Factset · Capability

FactSet Estimates Report Builder — Income Statement

FactSet Estimates Report Builder — Income Statement. 1 operations. Lead operation: Factset Income Statement. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetIncome Statement

What You Can Do

GET
Getestimatesincomestatement — Factset Income Statement
/v1/income-statement

MCP Tools

factset-income-statement

Factset Income Statement

read-only idempotent

Capability Spec

estimates-report-builder-income-statement.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Estimates Report Builder — Income Statement
  description: 'FactSet Estimates Report Builder — Income Statement. 1 operations. Lead operation: Factset Income Statement.
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Income Statement
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: estimates-report-builder-income-statement
    baseUri: https://api.factset.com/report/estimates/v1
    description: FactSet Estimates Report Builder — Income Statement business capability. Self-contained, no shared references.
    resources:
    - name: income-statement
      path: /income-statement
      operations:
      - name: getestimatesincomestatement
        method: GET
        description: Factset Income Statement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: estimates-report-builder-income-statement-rest
    port: 8080
    description: REST adapter for FactSet Estimates Report Builder — Income Statement. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/income-statement
      name: income-statement
      description: REST surface for income-statement.
      operations:
      - method: GET
        name: getestimatesincomestatement
        description: Factset Income Statement
        call: estimates-report-builder-income-statement.getestimatesincomestatement
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: estimates-report-builder-income-statement-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Estimates Report Builder — Income Statement. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: factset-income-statement
      description: Factset Income Statement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: estimates-report-builder-income-statement.getestimatesincomestatement
      outputParameters:
      - type: object
        mapping: $.