Factset · Capability

Factset Exchange DataFeed Data Model API — Products

Factset Exchange DataFeed Data Model API — Products. 1 operations. Lead operation: Request the enumeration table for FactSet product codes.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetProducts

What You Can Do

GET
Getproducts — Request the enumeration table for FactSet product codes.
/v1/products

MCP Tools

request-enumeration-table-factset-product

Request the enumeration table for FactSet product codes.

read-only idempotent

Capability Spec

exchange-datafeed-data-model-products.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset Exchange DataFeed Data Model API — Products
  description: 'Factset Exchange DataFeed Data Model API — Products. 1 operations. Lead operation: Request the enumeration
    table for FactSet product codes.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Products
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: exchange-datafeed-data-model-products
    baseUri: https://api.factset.com/RTDataModel
    description: Factset Exchange DataFeed Data Model API — Products business capability. Self-contained, no shared references.
    resources:
    - name: products
      path: /products
      operations:
      - name: getproducts
        method: GET
        description: Request the enumeration table for FactSet product codes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: exchange-datafeed-data-model-products-rest
    port: 8080
    description: REST adapter for Factset Exchange DataFeed Data Model API — Products. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/products
      name: products
      description: REST surface for products.
      operations:
      - method: GET
        name: getproducts
        description: Request the enumeration table for FactSet product codes.
        call: exchange-datafeed-data-model-products.getproducts
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: exchange-datafeed-data-model-products-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset Exchange DataFeed Data Model API — Products. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: request-enumeration-table-factset-product
      description: Request the enumeration table for FactSet product codes.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: exchange-datafeed-data-model-products.getproducts
      outputParameters:
      - type: object
        mapping: $.