Factset · Capability

FactSet Documents Distributor - CallStreet Events — Distributor

FactSet Documents Distributor - CallStreet Events — Distributor. 2 operations. Lead operation: Retrieve Historical Audio Recordings and Related Metadata Within Factset Coverage.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetDistributor

What You Can Do

GET
Getdocsdistributoraudiov1historyfiles — Retrieve Historical Audio Recordings and Related Metadata Within Factset Coverage.
/v1/docs-distributor/audio/v1/history-files
GET
Getdocsdistributoraudiov1listfiles — Retrieve Latest Audio Recordings and Related Metadata Within Factset Coverage.
/v1/docs-distributor/audio/v1/list-files

MCP Tools

retrieve-historical-audio-recordings-and

Retrieve Historical Audio Recordings and Related Metadata Within Factset Coverage.

read-only idempotent
retrieve-latest-audio-recordings-and

Retrieve Latest Audio Recordings and Related Metadata Within Factset Coverage.

read-only idempotent

Capability Spec

documents-distributor-callstreet-events-distributor.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Documents Distributor - CallStreet Events — Distributor
  description: 'FactSet Documents Distributor - CallStreet Events — Distributor. 2 operations. Lead operation: Retrieve Historical
    Audio Recordings and Related Metadata Within Factset Coverage.. Self-contained Naftiko capability covering one Factset
    business surface.'
  tags:
  - Factset
  - Distributor
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: documents-distributor-callstreet-events-distributor
    baseUri: https://api.factset.com
    description: FactSet Documents Distributor - CallStreet Events — Distributor business capability. Self-contained, no shared
      references.
    resources:
    - name: docs-distributor-audio-v1-history-files
      path: /docs-distributor/audio/v1/history-files
      operations:
      - name: getdocsdistributoraudiov1historyfiles
        method: GET
        description: Retrieve Historical Audio Recordings and Related Metadata Within Factset Coverage.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: docs-distributor-audio-v1-list-files
      path: /docs-distributor/audio/v1/list-files
      operations:
      - name: getdocsdistributoraudiov1listfiles
        method: GET
        description: Retrieve Latest Audio Recordings and Related Metadata Within Factset Coverage.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: _sort
          in: query
          type: string
          description: Sorts results in chronological order, reverse chronological order and by uploadTime(latest uploaded
            first). Results are in reverse chronological order by defaul
        - name: _paginationLimit
          in: query
          type: integer
          description: Specifies the number of results to return per page. [ Min=0 ; Max=500 ]
        - name: startDate
          in: query
          type: string
          description: 'Used in conjuction with endDate. The earliest date of the audio file the API should fetch for (can
            be in absolute: **YYYY-MM-DD** or relative date: **-1** for y'
        - name: _paginationOffset
          in: query
          type: integer
          description: Specifies the starting point for pagination. This parameter is used to identify the beginning of next
            set of results.
        - name: endDate
          in: query
          type: string
          description: 'Used in conjuction with startDate. The latest date of the audio file the API should fetch for (can
            be in absolute: **YYYY-MM-DD** or relative date: **0** for to'
        - name: reportId
          in: query
          type: integer
          description: Unique identifier for fetching the audio file for an event. The same ID is used for the transcript
            of the same event.
        - name: audioSourceId
          in: query
          type: integer
          description: Unique ID for an Internal recording specific to reportID. For example, ReportID X would have multiple
            recordings from different source (phone or webcast or vend
        - name: ids
          in: query
          type: array
          description: This parameter filters the results based on ticker-region or Entity ID or the combination of both.
            A comma is used to separate each identifier.
        - name: sourceCode
          in: query
          type: string
          description: This parameter filters the results based on Source of the Audio file. Below are the descriptions for
            each Source Code -
        - name: fileName
          in: query
          type: string
          description: This parameter is used to filter the data on based on the file name.
        - name: trimmed
          in: query
          type: boolean
          description: This parameters helps to search trimmed audio files.
        - name: uploadTime
          in: query
          type: integer
          description: This parameter filters data based on uploadTime relative to the current time, in hours. For example:-
            uploadTime = -15 (fetches audio files between 15 hours ago
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: documents-distributor-callstreet-events-distributor-rest
    port: 8080
    description: REST adapter for FactSet Documents Distributor - CallStreet Events — Distributor. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/docs-distributor/audio/v1/history-files
      name: docs-distributor-audio-v1-history-files
      description: REST surface for docs-distributor-audio-v1-history-files.
      operations:
      - method: GET
        name: getdocsdistributoraudiov1historyfiles
        description: Retrieve Historical Audio Recordings and Related Metadata Within Factset Coverage.
        call: documents-distributor-callstreet-events-distributor.getdocsdistributoraudiov1historyfiles
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/docs-distributor/audio/v1/list-files
      name: docs-distributor-audio-v1-list-files
      description: REST surface for docs-distributor-audio-v1-list-files.
      operations:
      - method: GET
        name: getdocsdistributoraudiov1listfiles
        description: Retrieve Latest Audio Recordings and Related Metadata Within Factset Coverage.
        call: documents-distributor-callstreet-events-distributor.getdocsdistributoraudiov1listfiles
        with:
          _sort: rest._sort
          _paginationLimit: rest._paginationLimit
          startDate: rest.startDate
          _paginationOffset: rest._paginationOffset
          endDate: rest.endDate
          reportId: rest.reportId
          audioSourceId: rest.audioSourceId
          ids: rest.ids
          sourceCode: rest.sourceCode
          fileName: rest.fileName
          trimmed: rest.trimmed
          uploadTime: rest.uploadTime
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: documents-distributor-callstreet-events-distributor-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Documents Distributor - CallStreet Events — Distributor. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: retrieve-historical-audio-recordings-and
      description: Retrieve Historical Audio Recordings and Related Metadata Within Factset Coverage.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: documents-distributor-callstreet-events-distributor.getdocsdistributoraudiov1historyfiles
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-latest-audio-recordings-and
      description: Retrieve Latest Audio Recordings and Related Metadata Within Factset Coverage.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: documents-distributor-callstreet-events-distributor.getdocsdistributoraudiov1listfiles
      with:
        _sort: tools._sort
        _paginationLimit: tools._paginationLimit
        startDate: tools.startDate
        _paginationOffset: tools._paginationOffset
        endDate: tools.endDate
        reportId: tools.reportId
        audioSourceId: tools.audioSourceId
        ids: tools.ids
        sourceCode: tools.sourceCode
        fileName: tools.fileName
        trimmed: tools.trimmed
        uploadTime: tools.uploadTime
      outputParameters:
      - type: object
        mapping: $.