Factset · Capability

FactSet Estimates Report Builder — Table

FactSet Estimates Report Builder — Table. 1 operations. Lead operation: Factset Interim/Annual Estimate Table. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetTable

What You Can Do

GET
Getestimatetablestable — Factset Interim/Annual Estimate Table
/v1/table

MCP Tools

factset-interim-annual-estimate-table

Factset Interim/Annual Estimate Table

read-only idempotent

Capability Spec

estimates-report-builder-table.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Estimates Report Builder — Table
  description: 'FactSet Estimates Report Builder — Table. 1 operations. Lead operation: Factset Interim/Annual Estimate Table.
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Table
  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-table
    baseUri: https://api.factset.com/report/estimates/v1
    description: FactSet Estimates Report Builder — Table business capability. Self-contained, no shared references.
    resources:
    - name: table
      path: /table
      operations:
      - name: getestimatetablestable
        method: GET
        description: Factset Interim/Annual Estimate Table
        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-table-rest
    port: 8080
    description: REST adapter for FactSet Estimates Report Builder — Table. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/table
      name: table
      description: REST surface for table.
      operations:
      - method: GET
        name: getestimatetablestable
        description: Factset Interim/Annual Estimate Table
        call: estimates-report-builder-table.getestimatetablestable
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: estimates-report-builder-table-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Estimates Report Builder — Table. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-interim-annual-estimate-table
      description: Factset Interim/Annual Estimate Table
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: estimates-report-builder-table.getestimatetablestable
      outputParameters:
      - type: object
        mapping: $.