Factset · Capability

FactSet Analytics Datastore API — Search

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

Run with Naftiko FactsetSearch

What You Can Do

POST
Getdocumentsendpoint — Factset Gets a List of Documents That a User Has Access To.
/v1/analytics/pub-datastore/tag-search/v1/documents/search
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
GET
Gettagsendpoint — Factset Gets a List of Tag Definitions for the User.
/v1/analytics/pub-datastore/tag-search/v1/tags
GET
Getsingletagendpoint — Factset Get a Single Tag Definition Based on Its Name
/v1/analytics/pub-datastore/tag-search/v1/tags/{name}
POST
Gettagvaluesendpoint — Factset Gets a List of Tag Values for the Given Name
/v1/analytics/pub-datastore/tag-search/v1/tags/{name}/values

MCP Tools

factset-gets-list-documents-that

Factset Gets a List of Documents That a User Has Access To.

read-only
factset-gets-list-product-types

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

read-only
factset-gets-list-tag-definitions

Factset Gets a List of Tag Definitions for the User.

read-only idempotent
factset-get-single-tag-definition

Factset Get a Single Tag Definition Based on Its Name

read-only idempotent
factset-gets-list-tag-values

Factset Gets a List of Tag Values for the Given Name

read-only

Capability Spec

analytics-datastore-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Analytics Datastore API — Search
  description: 'FactSet Analytics Datastore API — Search. 5 operations. Lead operation: Factset Gets a List of Documents That
    a User Has Access To.. 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: analytics-datastore-search
    baseUri: https://api.factset.com
    description: FactSet Analytics Datastore API — Search business capability. Self-contained, no shared references.
    resources:
    - name: analytics-pub-datastore-tag-search-v1-documents-search
      path: /analytics/pub-datastore/tag-search/v1/documents/search
      operations:
      - name: getdocumentsendpoint
        method: POST
        description: Factset Gets a List of Documents 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
    - 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
    - name: analytics-pub-datastore-tag-search-v1-tags
      path: /analytics/pub-datastore/tag-search/v1/tags
      operations:
      - name: gettagsendpoint
        method: GET
        description: Factset Gets a List of Tag Definitions for the User.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: _paginationOffset
          in: query
          type: integer
          description: The offset integer on where to begin paginating
        - name: _paginationLimit
          in: query
          type: integer
          description: The limit of records to return when paginating
    - name: analytics-pub-datastore-tag-search-v1-tags-name
      path: /analytics/pub-datastore/tag-search/v1/tags/{name}
      operations:
      - name: getsingletagendpoint
        method: GET
        description: Factset Get a Single Tag Definition Based on Its Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: The name of the tag
          required: true
    - name: analytics-pub-datastore-tag-search-v1-tags-name-values
      path: /analytics/pub-datastore/tag-search/v1/tags/{name}/values
      operations:
      - name: gettagvaluesendpoint
        method: POST
        description: Factset Gets a List of Tag Values for the Given Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: The name of the tag
          required: true
        - 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-search-rest
    port: 8080
    description: REST adapter for FactSet Analytics Datastore API — Search. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/analytics/pub-datastore/tag-search/v1/documents/search
      name: analytics-pub-datastore-tag-search-v1-documents-search
      description: REST surface for analytics-pub-datastore-tag-search-v1-documents-search.
      operations:
      - method: POST
        name: getdocumentsendpoint
        description: Factset Gets a List of Documents That a User Has Access To.
        call: analytics-datastore-search.getdocumentsendpoint
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - 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-search.getproducttypes
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/analytics/pub-datastore/tag-search/v1/tags
      name: analytics-pub-datastore-tag-search-v1-tags
      description: REST surface for analytics-pub-datastore-tag-search-v1-tags.
      operations:
      - method: GET
        name: gettagsendpoint
        description: Factset Gets a List of Tag Definitions for the User.
        call: analytics-datastore-search.gettagsendpoint
        with:
          _paginationOffset: rest._paginationOffset
          _paginationLimit: rest._paginationLimit
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/analytics/pub-datastore/tag-search/v1/tags/{name}
      name: analytics-pub-datastore-tag-search-v1-tags-name
      description: REST surface for analytics-pub-datastore-tag-search-v1-tags-name.
      operations:
      - method: GET
        name: getsingletagendpoint
        description: Factset Get a Single Tag Definition Based on Its Name
        call: analytics-datastore-search.getsingletagendpoint
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/analytics/pub-datastore/tag-search/v1/tags/{name}/values
      name: analytics-pub-datastore-tag-search-v1-tags-name-values
      description: REST surface for analytics-pub-datastore-tag-search-v1-tags-name-values.
      operations:
      - method: POST
        name: gettagvaluesendpoint
        description: Factset Gets a List of Tag Values for the Given Name
        call: analytics-datastore-search.gettagvaluesendpoint
        with:
          name: rest.name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: analytics-datastore-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Analytics Datastore API — Search. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-gets-list-documents-that
      description: Factset Gets a List of Documents That a User Has Access To.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: analytics-datastore-search.getdocumentsendpoint
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - 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-search.getproducttypes
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-gets-list-tag-definitions
      description: Factset Gets a List of Tag Definitions for the User.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: analytics-datastore-search.gettagsendpoint
      with:
        _paginationOffset: tools._paginationOffset
        _paginationLimit: tools._paginationLimit
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-single-tag-definition
      description: Factset Get a Single Tag Definition Based on Its Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: analytics-datastore-search.getsingletagendpoint
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-gets-list-tag-values
      description: Factset Gets a List of Tag Values for the Given Name
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: analytics-datastore-search.gettagvaluesendpoint
      with:
        name: tools.name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.