Factset · Capability

FactSet Classifications API — Classifications

FactSet Classifications API — Classifications. 2 operations. Lead operation: Factset Gets the Gics Direct Classifications. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetClassifications

What You Can Do

GET
Getgics — Factset Gets the Gics Direct Classifications
/v1/classifications/v1/gics
POST
Postgics — Factset Returns the Gics Classifications for the Requested 'ids' and Date Range.
/v1/classifications/v1/gics

MCP Tools

factset-gets-gics-direct-classifications

Factset Gets the Gics Direct Classifications

read-only idempotent
factset-returns-gics-classifications-requested

Factset Returns the Gics Classifications for the Requested 'ids' and Date Range.

Capability Spec

classifications-classifications-2.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Classifications API — Classifications
  description: 'FactSet Classifications API — Classifications. 2 operations. Lead operation: Factset Gets the Gics Direct
    Classifications. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Classifications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: classifications-classifications-2
    baseUri: https://api.factset.com/content
    description: FactSet Classifications API — Classifications business capability. Self-contained, no shared references.
    resources:
    - name: classifications-v1-gics
      path: /classifications/v1/gics
      operations:
      - name: getgics
        method: GET
        description: Factset Gets the Gics Direct Classifications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: postgics
        method: POST
        description: Factset Returns the Gics Classifications for the Requested 'ids' and Date Range.
        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: classifications-classifications-2-rest
    port: 8080
    description: REST adapter for FactSet Classifications API — Classifications. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/classifications/v1/gics
      name: classifications-v1-gics
      description: REST surface for classifications-v1-gics.
      operations:
      - method: GET
        name: getgics
        description: Factset Gets the Gics Direct Classifications
        call: classifications-classifications-2.getgics
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postgics
        description: Factset Returns the Gics Classifications for the Requested 'ids' and Date Range.
        call: classifications-classifications-2.postgics
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: classifications-classifications-2-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Classifications API — Classifications. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-gets-gics-direct-classifications
      description: Factset Gets the Gics Direct Classifications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: classifications-classifications-2.getgics
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-gics-classifications-requested
      description: Factset Returns the Gics Classifications for the Requested 'ids' and Date Range.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: classifications-classifications-2.postgics
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.