Factset · Capability

FactSet Analytics Datastore API — Product

FactSet Analytics Datastore API — Product. 1 operations. Lead operation: Factset Gets a List of Product Types That a User Has Access To.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetProduct

What You Can Do

POST
Getproducttypes — Factset Gets a List of Product Types That a User Has Access To.
/v1/analytics/pub-datastore/tag-search/v1/product-types/search

MCP Tools

factset-gets-list-product-types

Factset Gets a List of Product Types That a User Has Access To.

read-only

Capability Spec

analytics-datastore-product.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Analytics Datastore API — Product
  description: 'FactSet Analytics Datastore API — Product. 1 operations. Lead operation: Factset Gets a List of Product Types
    That a User Has Access To.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Product
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: analytics-datastore-product
    baseUri: https://api.factset.com
    description: FactSet Analytics Datastore API — Product business capability. Self-contained, no shared references.
    resources:
    - name: analytics-pub-datastore-tag-search-v1-product-types-search
      path: /analytics/pub-datastore/tag-search/v1/product-types/search
      operations:
      - name: getproducttypes
        method: POST
        description: Factset Gets a List of Product Types That a User Has Access To.
        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: analytics-datastore-product-rest
    port: 8080
    description: REST adapter for FactSet Analytics Datastore API — Product. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/analytics/pub-datastore/tag-search/v1/product-types/search
      name: analytics-pub-datastore-tag-search-v1-product-types-search
      description: REST surface for analytics-pub-datastore-tag-search-v1-product-types-search.
      operations:
      - method: POST
        name: getproducttypes
        description: Factset Gets a List of Product Types That a User Has Access To.
        call: analytics-datastore-product.getproducttypes
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: analytics-datastore-product-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Analytics Datastore API — Product. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-gets-list-product-types
      description: Factset Gets a List of Product Types That a User Has Access To.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: analytics-datastore-product.getproducttypes
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.