Factset · Capability

FactSet Overview Report Builder API — Key Stats

FactSet Overview Report Builder API — Key Stats. 1 operations. Lead operation: Factset Key Stats. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetKey Stats

What You Can Do

GET
Get — Factset Key Stats
/v1/key-stats

MCP Tools

factset-key-stats

Factset Key Stats

read-only idempotent

Capability Spec

overview-report-builder-key-stats.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Overview Report Builder API — Key Stats
  description: 'FactSet Overview Report Builder API — Key Stats. 1 operations. Lead operation: Factset Key Stats. Self-contained
    Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Key Stats
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: overview-report-builder-key-stats
    baseUri: https://api.factset.com/report/overview/v1
    description: FactSet Overview Report Builder API — Key Stats business capability. Self-contained, no shared references.
    resources:
    - name: key-stats
      path: /key-stats
      operations:
      - name: get
        method: GET
        description: Factset Key Stats
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: query
          type: string
          description: Company ticker
          required: true
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: overview-report-builder-key-stats-rest
    port: 8080
    description: REST adapter for FactSet Overview Report Builder API — Key Stats. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/key-stats
      name: key-stats
      description: REST surface for key-stats.
      operations:
      - method: GET
        name: get
        description: Factset Key Stats
        call: overview-report-builder-key-stats.get
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: overview-report-builder-key-stats-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Overview Report Builder API — Key Stats. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: factset-key-stats
      description: Factset Key Stats
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: overview-report-builder-key-stats.get
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.