Factset · Capability

Factset IRN API v1 — Identifiers

Factset IRN API v1 — Identifiers. 1 operations. Lead operation: Factset Get all the identifier details for given identifiers. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetIdentifiers

What You Can Do

GET
Getidentifiers — Factset Get all the identifier details for given identifiers
/v1/v1/identifiers

MCP Tools

factset-get-all-identifier-details

Factset Get all the identifier details for given identifiers

read-only idempotent

Capability Spec

irn-notes-identifiers-2.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset IRN API v1 — Identifiers
  description: 'Factset IRN API v1 — Identifiers. 1 operations. Lead operation: Factset Get all the identifier details for
    given identifiers. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Identifiers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: irn-notes-identifiers-2
    baseUri: https://api.factset.com/research/irn
    description: Factset IRN API v1 — Identifiers business capability. Self-contained, no shared references.
    resources:
    - name: v1-identifiers
      path: /v1/identifiers
      operations:
      - name: getidentifiers
        method: GET
        description: Factset Get all the identifier details for given identifiers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifiers
          in: query
          type: string
          description: Identifiers
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: irn-notes-identifiers-2-rest
    port: 8080
    description: REST adapter for Factset IRN API v1 — Identifiers. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/identifiers
      name: v1-identifiers
      description: REST surface for v1-identifiers.
      operations:
      - method: GET
        name: getidentifiers
        description: Factset Get all the identifier details for given identifiers
        call: irn-notes-identifiers-2.getidentifiers
        with:
          identifiers: rest.identifiers
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: irn-notes-identifiers-2-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset IRN API v1 — Identifiers. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-get-all-identifier-details
      description: Factset Get all the identifier details for given identifiers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: irn-notes-identifiers-2.getidentifiers
      with:
        identifiers: tools.identifiers
      outputParameters:
      - type: object
        mapping: $.