Factset · Capability

Factset Open:FactSet - Partners — Orbit

Factset Open:FactSet - Partners — Orbit. 2 operations. Lead operation: Returns the daily files from Open:FactSet Partner - Orbit.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetOrbit

What You Can Do

GET
Getchinesetranscriptsdaily — Returns the daily files from Open:FactSet Partner - Orbit.
/v1/orbit/transcripts/daily
GET
Getchinesetranscriptshistory — Returns the history files from Open:FactSet Partner - Orbit
/v1/orbit/transcripts/history

MCP Tools

returns-daily-files-open-factset-partner

Returns the daily files from Open:FactSet Partner - Orbit.

read-only idempotent
returns-history-files-open-factset-partner

Returns the history files from Open:FactSet Partner - Orbit

read-only idempotent

Capability Spec

open-partners-documents-orbit.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset Open:FactSet - Partners — Orbit
  description: 'Factset Open:FactSet - Partners — Orbit. 2 operations. Lead operation: Returns the daily files from Open:FactSet
    Partner - Orbit.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Orbit
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: open-partners-documents-orbit
    baseUri: https://api.factset.com/bulk-documents/ofm/v2
    description: Factset Open:FactSet - Partners — Orbit business capability. Self-contained, no shared references.
    resources:
    - name: orbit-transcripts-daily
      path: /orbit/transcripts/daily
      operations:
      - name: getchinesetranscriptsdaily
        method: GET
        description: Returns the daily files from Open:FactSet Partner - Orbit.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: orbit-transcripts-history
      path: /orbit/transcripts/history
      operations:
      - name: getchinesetranscriptshistory
        method: GET
        description: Returns the history files from Open:FactSet Partner - Orbit
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: open-partners-documents-orbit-rest
    port: 8080
    description: REST adapter for Factset Open:FactSet - Partners — Orbit. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/orbit/transcripts/daily
      name: orbit-transcripts-daily
      description: REST surface for orbit-transcripts-daily.
      operations:
      - method: GET
        name: getchinesetranscriptsdaily
        description: Returns the daily files from Open:FactSet Partner - Orbit.
        call: open-partners-documents-orbit.getchinesetranscriptsdaily
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/orbit/transcripts/history
      name: orbit-transcripts-history
      description: REST surface for orbit-transcripts-history.
      operations:
      - method: GET
        name: getchinesetranscriptshistory
        description: Returns the history files from Open:FactSet Partner - Orbit
        call: open-partners-documents-orbit.getchinesetranscriptshistory
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: open-partners-documents-orbit-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset Open:FactSet - Partners — Orbit. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: returns-daily-files-open-factset-partner
      description: Returns the daily files from Open:FactSet Partner - Orbit.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: open-partners-documents-orbit.getchinesetranscriptsdaily
      outputParameters:
      - type: object
        mapping: $.
    - name: returns-history-files-open-factset-partner
      description: Returns the history files from Open:FactSet Partner - Orbit
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: open-partners-documents-orbit.getchinesetranscriptshistory
      outputParameters:
      - type: object
        mapping: $.