Factset · Capability

FactSet Open FactSet Marketplace API — Search

FactSet Open FactSet Marketplace API — Search. 6 operations. Lead operation: Factset Retrieve a Collection of Attributes Group Records.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetSearch

What You Can Do

POST
Post — Factset Retrieve a Collection of Attributes Group Records.
/v1/ofs/v2/attributes/groups/search
POST
Post — Factset Retrieve a Collection of Attribute Records.
/v1/ofs/v2/attributes/search
POST
Post — Factset Retrieve a Collection of Partner Records.
/v1/ofs/v2/partners/search
POST
Post — Factset Retrieve a Collection of Product Records.
/v1/ofs/v2/products/search
POST
Post — Factset Retrieve a Collection of Resource Records.
/v1/ofs/v2/resources/search
POST
Post — Factset Retrieve a Collection of Resources Section Records.
/v1/ofs/v2/resources/sections/search

MCP Tools

factset-retrieve-collection-attributes-group

Factset Retrieve a Collection of Attributes Group Records.

read-only
factset-retrieve-collection-attribute-records

Factset Retrieve a Collection of Attribute Records.

read-only
factset-retrieve-collection-partner-records

Factset Retrieve a Collection of Partner Records.

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

Factset Retrieve a Collection of Product Records.

read-only
factset-retrieve-collection-resource-records

Factset Retrieve a Collection of Resource Records.

read-only
factset-retrieve-collection-resources-section

Factset Retrieve a Collection of Resources Section Records.

read-only

Capability Spec

open-factset-marketplace-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Open FactSet Marketplace API — Search
  description: 'FactSet Open FactSet Marketplace API — Search. 6 operations. Lead operation: Factset Retrieve a Collection
    of Attributes Group Records.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Search
  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-search
    baseUri: https://api-sandbox.factset.com
    description: FactSet Open FactSet Marketplace API — Search business capability. Self-contained, no shared references.
    resources:
    - name: ofs-v2-attributes-groups-search
      path: /ofs/v2/attributes/groups/search
      operations:
      - name: post
        method: POST
        description: Factset Retrieve a Collection of Attributes Group Records.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: json
    - name: ofs-v2-attributes-search
      path: /ofs/v2/attributes/search
      operations:
      - name: post
        method: POST
        description: Factset Retrieve a Collection of Attribute Records.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: json
    - name: ofs-v2-partners-search
      path: /ofs/v2/partners/search
      operations:
      - name: post
        method: POST
        description: Factset Retrieve a Collection of Partner Records.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: json
    - 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-resources-search
      path: /ofs/v2/resources/search
      operations:
      - name: post
        method: POST
        description: Factset Retrieve a Collection of Resource Records.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: json
    - name: ofs-v2-resources-sections-search
      path: /ofs/v2/resources/sections/search
      operations:
      - name: post
        method: POST
        description: Factset Retrieve a Collection of Resources Section Records.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: json
  exposes:
  - type: rest
    namespace: open-factset-marketplace-search-rest
    port: 8080
    description: REST adapter for FactSet Open FactSet Marketplace API — Search. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/ofs/v2/attributes/groups/search
      name: ofs-v2-attributes-groups-search
      description: REST surface for ofs-v2-attributes-groups-search.
      operations:
      - method: POST
        name: post
        description: Factset Retrieve a Collection of Attributes Group Records.
        call: open-factset-marketplace-search.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ofs/v2/attributes/search
      name: ofs-v2-attributes-search
      description: REST surface for ofs-v2-attributes-search.
      operations:
      - method: POST
        name: post
        description: Factset Retrieve a Collection of Attribute Records.
        call: open-factset-marketplace-search.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ofs/v2/partners/search
      name: ofs-v2-partners-search
      description: REST surface for ofs-v2-partners-search.
      operations:
      - method: POST
        name: post
        description: Factset Retrieve a Collection of Partner Records.
        call: open-factset-marketplace-search.post
        with:
          body: rest.body
        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-search.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ofs/v2/resources/search
      name: ofs-v2-resources-search
      description: REST surface for ofs-v2-resources-search.
      operations:
      - method: POST
        name: post
        description: Factset Retrieve a Collection of Resource Records.
        call: open-factset-marketplace-search.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ofs/v2/resources/sections/search
      name: ofs-v2-resources-sections-search
      description: REST surface for ofs-v2-resources-sections-search.
      operations:
      - method: POST
        name: post
        description: Factset Retrieve a Collection of Resources Section Records.
        call: open-factset-marketplace-search.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: open-factset-marketplace-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Open FactSet Marketplace API — Search. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-retrieve-collection-attributes-group
      description: Factset Retrieve a Collection of Attributes Group Records.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: open-factset-marketplace-search.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-collection-attribute-records
      description: Factset Retrieve a Collection of Attribute Records.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: open-factset-marketplace-search.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-collection-partner-records
      description: Factset Retrieve a Collection of Partner Records.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: open-factset-marketplace-search.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-collection-product-records
      description: Factset Retrieve a Collection of Product Records.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: open-factset-marketplace-search.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-collection-resource-records
      description: Factset Retrieve a Collection of Resource Records.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: open-factset-marketplace-search.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-collection-resources-section
      description: Factset Retrieve a Collection of Resources Section Records.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: open-factset-marketplace-search.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.