Factset · Capability

Factset Global Filings API — Count

Factset Global Filings API — Count. 1 operations. Lead operation: Factset Returns the count of filings for specified source. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetCount

What You Can Do

GET
Getcount — Factset Returns the count of filings for specified source
/v1/count

MCP Tools

factset-returns-count-filings-specified

Factset Returns the count of filings for specified source

read-only idempotent

Capability Spec

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