Factset · Capability

FactSet Symbology API — Identifiers

FactSet Symbology API — Identifiers. 2 operations. Lead operation: Factset Returns the Specified Output Identifiers for the Specified Input Identifier.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetIdentifiers

What You Can Do

GET
Identifierresolution — Factset Returns the Specified Output Identifiers for the Specified Input Identifier.
/v1/symbology/v3/identifier-resolution
POST
Batchidentifierresolution — Factset Returns the Specified Output Identifiers for the Given Input Identifier.
/v1/symbology/v3/identifier-resolution

MCP Tools

factset-returns-specified-output-identifiers

Factset Returns the Specified Output Identifiers for the Specified Input Identifier.

read-only idempotent
factset-returns-specified-output-identifiers-2

Factset Returns the Specified Output Identifiers for the Given Input Identifier.

Capability Spec

symbology-identifiers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Symbology API — Identifiers
  description: 'FactSet Symbology API — Identifiers. 2 operations. Lead operation: Factset Returns the Specified Output Identifiers
    for the Specified Input Identifier.. 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: symbology-identifiers
    baseUri: https://api.factset.com/content
    description: FactSet Symbology API — Identifiers business capability. Self-contained, no shared references.
    resources:
    - name: symbology-v3-identifier-resolution
      path: /symbology/v3/identifier-resolution
      operations:
      - name: identifierresolution
        method: GET
        description: Factset Returns the Specified Output Identifiers for the Specified Input Identifier.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: batchidentifierresolution
        method: POST
        description: Factset Returns the Specified Output Identifiers for the Given Input Identifier.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: symbology-identifiers-rest
    port: 8080
    description: REST adapter for FactSet Symbology API — Identifiers. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/symbology/v3/identifier-resolution
      name: symbology-v3-identifier-resolution
      description: REST surface for symbology-v3-identifier-resolution.
      operations:
      - method: GET
        name: identifierresolution
        description: Factset Returns the Specified Output Identifiers for the Specified Input Identifier.
        call: symbology-identifiers.identifierresolution
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: batchidentifierresolution
        description: Factset Returns the Specified Output Identifiers for the Given Input Identifier.
        call: symbology-identifiers.batchidentifierresolution
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: symbology-identifiers-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Symbology API — Identifiers. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-returns-specified-output-identifiers
      description: Factset Returns the Specified Output Identifiers for the Specified Input Identifier.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: symbology-identifiers.identifierresolution
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-specified-output-identifiers-2
      description: Factset Returns the Specified Output Identifiers for the Given Input Identifier.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: symbology-identifiers.batchidentifierresolution
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.