Factset · Capability

FactSet Open FactSet Marketplace API — Products

FactSet Open FactSet Marketplace API — Products. 4 operations. Lead operation: Factset Retrieve a Collection of Product Records.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetProducts

What You Can Do

GET
Get — Factset Retrieve a Collection of Product Records.
/v1/ofs/v2/products
POST
Post — Factset Retrieve a Collection of Product Records.
/v1/ofs/v2/products/search
GET
Get — Factset Retrieve a Collection of the Available Product Types Along With the Number of Published Products Per Type.
/v1/ofs/v2/products/types
GET
Get — Factset Retrieve a Specific Product Record.
/v1/ofs/v2/products/{id}

MCP Tools

factset-retrieve-collection-product-records

Factset Retrieve a Collection of Product Records.

read-only idempotent
factset-retrieve-collection-product-records-2

Factset Retrieve a Collection of Product Records.

read-only
factset-retrieve-collection-available-product

Factset Retrieve a Collection of the Available Product Types Along With the Number of Published Products Per Type.

read-only idempotent
factset-retrieve-specific-product-record

Factset Retrieve a Specific Product Record.

read-only idempotent

Capability Spec

open-factset-marketplace-products.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Open FactSet Marketplace API — Products
  description: 'FactSet Open FactSet Marketplace API — Products. 4 operations. Lead operation: Factset Retrieve a Collection
    of Product Records.. 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: open-factset-marketplace-products
    baseUri: https://api-sandbox.factset.com
    description: FactSet Open FactSet Marketplace API — Products business capability. Self-contained, no shared references.
    resources:
    - name: ofs-v2-products
      path: /ofs/v2/products
      operations:
      - name: get
        method: GET
        description: Factset Retrieve a Collection of Product Records.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: integer
          description: Limit the amount of records per page
        - name: page
          in: query
          type: integer
          description: Select which page to show
    - name: ofs-v2-products-search
      path: /ofs/v2/products/search
      operations:
      - name: post
        method: POST
        description: Factset Retrieve a Collection of Product Records.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: json
    - name: ofs-v2-products-types
      path: /ofs/v2/products/types
      operations:
      - name: get
        method: GET
        description: Factset Retrieve a Collection of the Available Product Types Along With the Number of Published Products
          Per Type.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: ofs-v2-products-id
      path: /ofs/v2/products/{id}
      operations:
      - name: get
        method: GET
        description: Factset Retrieve a Specific Product Record.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Globally unique identifier (GUID) of a Product record
          required: true
  exposes:
  - type: rest
    namespace: open-factset-marketplace-products-rest
    port: 8080
    description: REST adapter for FactSet Open FactSet Marketplace API — Products. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/ofs/v2/products
      name: ofs-v2-products
      description: REST surface for ofs-v2-products.
      operations:
      - method: GET
        name: get
        description: Factset Retrieve a Collection of Product Records.
        call: open-factset-marketplace-products.get
        with:
          limit: rest.limit
          page: rest.page
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ofs/v2/products/search
      name: ofs-v2-products-search
      description: REST surface for ofs-v2-products-search.
      operations:
      - method: POST
        name: post
        description: Factset Retrieve a Collection of Product Records.
        call: open-factset-marketplace-products.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ofs/v2/products/types
      name: ofs-v2-products-types
      description: REST surface for ofs-v2-products-types.
      operations:
      - method: GET
        name: get
        description: Factset Retrieve a Collection of the Available Product Types Along With the Number of Published Products
          Per Type.
        call: open-factset-marketplace-products.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ofs/v2/products/{id}
      name: ofs-v2-products-id
      description: REST surface for ofs-v2-products-id.
      operations:
      - method: GET
        name: get
        description: Factset Retrieve a Specific Product Record.
        call: open-factset-marketplace-products.get
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: open-factset-marketplace-products-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Open FactSet Marketplace API — Products. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: factset-retrieve-collection-product-records
      description: Factset Retrieve a Collection of Product Records.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: open-factset-marketplace-products.get
      with:
        limit: tools.limit
        page: tools.page
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-collection-product-records-2
      description: Factset Retrieve a Collection of Product Records.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: open-factset-marketplace-products.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-collection-available-product
      description: Factset Retrieve a Collection of the Available Product Types Along With the Number of Published Products
        Per Type.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: open-factset-marketplace-products.get
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-specific-product-record
      description: Factset Retrieve a Specific Product Record.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: open-factset-marketplace-products.get
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.