Factset · Capability

Factset Open:FactSet - Partners — Scripts Asia

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

Run with Naftiko FactsetScripts Asia

What You Can Do

GET
Getscriptsasiafiles — Returns the daily files from Open:FactSet Partner - Scripts Asia.
/v1/scripts-asia/transcripts

MCP Tools

returns-daily-files-open-factset-partner

Returns the daily files from Open:FactSet Partner - Scripts Asia.

read-only idempotent

Capability Spec

open-partners-documents-scripts-asia.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset Open:FactSet - Partners — Scripts Asia
  description: 'Factset Open:FactSet - Partners — Scripts Asia. 1 operations. Lead operation: Returns the daily files from
    Open:FactSet Partner - Scripts Asia.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Scripts Asia
  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-scripts-asia
    baseUri: https://api.factset.com/bulk-documents/ofm/v2
    description: Factset Open:FactSet - Partners — Scripts Asia business capability. Self-contained, no shared references.
    resources:
    - name: scripts-asia-transcripts
      path: /scripts-asia/transcripts
      operations:
      - name: getscriptsasiafiles
        method: GET
        description: Returns the daily files from Open:FactSet Partner - Scripts Asia.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: open-partners-documents-scripts-asia-rest
    port: 8080
    description: REST adapter for Factset Open:FactSet - Partners — Scripts Asia. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/scripts-asia/transcripts
      name: scripts-asia-transcripts
      description: REST surface for scripts-asia-transcripts.
      operations:
      - method: GET
        name: getscriptsasiafiles
        description: Returns the daily files from Open:FactSet Partner - Scripts Asia.
        call: open-partners-documents-scripts-asia.getscriptsasiafiles
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: open-partners-documents-scripts-asia-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset Open:FactSet - Partners — Scripts Asia. 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 - Scripts Asia.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: open-partners-documents-scripts-asia.getscriptsasiafiles
      outputParameters:
      - type: object
        mapping: $.