Factset · Capability

Factset Global Filings API — Search

Factset Global Filings API — Search. 1 operations. Lead operation: Returns the filings documents and related metadata within FactSet coverage.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetSearch

What You Can Do

GET
Getfilings — Returns the filings documents and related metadata within FactSet coverage.
/v1/search

MCP Tools

returns-filings-documents-and-related

Returns the filings documents and related metadata within FactSet coverage.

read-only idempotent

Capability Spec

global-filings-search-2.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset Global Filings API — Search
  description: 'Factset Global Filings API — Search. 1 operations. Lead operation: Returns the filings documents and related
    metadata within FactSet coverage.. 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: global-filings-search-2
    baseUri: https://api.factset.com/global-filings/v0
    description: Factset Global Filings API — Search business capability. Self-contained, no shared references.
    resources:
    - name: search
      path: /search
      operations:
      - name: getfilings
        method: GET
        description: Returns the filings documents and related metadata within FactSet coverage.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: global-filings-search-2-rest
    port: 8080
    description: REST adapter for Factset Global Filings API — Search. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/search
      name: search
      description: REST surface for search.
      operations:
      - method: GET
        name: getfilings
        description: Returns the filings documents and related metadata within FactSet coverage.
        call: global-filings-search-2.getfilings
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: global-filings-search-2-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset Global Filings API — Search. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: returns-filings-documents-and-related
      description: Returns the filings documents and related metadata within FactSet coverage.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: global-filings-search-2.getfilings
      outputParameters:
      - type: object
        mapping: $.