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-2.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-2
    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-2-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-2.getproducts
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: exchange-datafeed-data-model-products-2-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-2.getproducts
      outputParameters:
      - type: object
        mapping: $.