Factset · Capability

FactSet Open FactSet Marketplace API — Types

FactSet Open FactSet Marketplace API — Types. 1 operations. Lead operation: Factset Retrieve a Collection of the Available Product Types Along With the Number of Published Products Per Type.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetTypes

What You Can Do

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

MCP Tools

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

Capability Spec

open-factset-marketplace-types.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Open FactSet Marketplace API — Types
  description: 'FactSet Open FactSet Marketplace API — Types. 1 operations. Lead operation: Factset Retrieve a Collection
    of the Available Product Types Along With the Number of Published Products Per Type.. Self-contained Naftiko capability
    covering one Factset business surface.'
  tags:
  - Factset
  - Types
  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-types
    baseUri: https://api-sandbox.factset.com
    description: FactSet Open FactSet Marketplace API — Types business capability. Self-contained, no shared references.
    resources:
    - 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: $.
  exposes:
  - type: rest
    namespace: open-factset-marketplace-types-rest
    port: 8080
    description: REST adapter for FactSet Open FactSet Marketplace API — Types. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - 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-types.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: open-factset-marketplace-types-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Open FactSet Marketplace API — Types. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - 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-types.get
      outputParameters:
      - type: object
        mapping: $.