Factset · Capability

FactSet Overview Report Builder API — Financial Highlights

FactSet Overview Report Builder API — Financial Highlights. 1 operations. Lead operation: Factset Financial / Estimate Highlights. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetFinancial Highlights

What You Can Do

GET
Get — Factset Financial / Estimate Highlights
/v1/financial-highlights

MCP Tools

factset-financial-estimate-highlights

Factset Financial / Estimate Highlights

read-only idempotent

Capability Spec

overview-report-builder-financial-highlights.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Overview Report Builder API — Financial Highlights
  description: 'FactSet Overview Report Builder API — Financial Highlights. 1 operations. Lead operation: Factset Financial
    / Estimate Highlights. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Financial Highlights
  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-financial-highlights
    baseUri: https://api.factset.com/report/overview/v1
    description: FactSet Overview Report Builder API — Financial Highlights business capability. Self-contained, no shared
      references.
    resources:
    - name: financial-highlights
      path: /financial-highlights
      operations:
      - name: get
        method: GET
        description: Factset Financial / Estimate Highlights
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: query
          type: string
          description: Company ticker
          required: true
        - name: actual
          in: query
          type: integer
          description: The number of actual data periods to be returned. Must be greater than 0
        - name: estimate
          in: query
          type: integer
          description: The number of estimate data periods to be returned. Must be greater than 0
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: overview-report-builder-financial-highlights-rest
    port: 8080
    description: REST adapter for FactSet Overview Report Builder API — Financial Highlights. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/financial-highlights
      name: financial-highlights
      description: REST surface for financial-highlights.
      operations:
      - method: GET
        name: get
        description: Factset Financial / Estimate Highlights
        call: overview-report-builder-financial-highlights.get
        with:
          id: rest.id
          actual: rest.actual
          estimate: rest.estimate
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: overview-report-builder-financial-highlights-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Overview Report Builder API — Financial Highlights. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: factset-financial-estimate-highlights
      description: Factset Financial / Estimate Highlights
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: overview-report-builder-financial-highlights.get
      with:
        id: tools.id
        actual: tools.actual
        estimate: tools.estimate
      outputParameters:
      - type: object
        mapping: $.