Factset · Capability

FactSet Tick History API — Status

FactSet Tick History API — Status. 3 operations. Lead operation: Factset Returns the Status of the Id. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetStatus

What You Can Do

GET
Getminutebarsfilestatus — Factset Returns the Status of the Id
/v1/level1/files/minute-bars/status
GET
Getlevel1filestatus — Factset Returns the Status of the Id
/v1/level1/files/status
GET
Getlevel2filestatus — Factset Returns the Status of the Id
/v1/level2/files/status

MCP Tools

factset-returns-status-id

Factset Returns the Status of the Id

read-only idempotent
factset-returns-status-id-2

Factset Returns the Status of the Id

read-only idempotent
factset-returns-status-id-3

Factset Returns the Status of the Id

read-only idempotent

Capability Spec

tick-history-status.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Tick History API — Status
  description: 'FactSet Tick History API — Status. 3 operations. Lead operation: Factset Returns the Status of the Id. Self-contained
    Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Status
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: tick-history-status
    baseUri: https://api.factset.com/tick-history/v2
    description: FactSet Tick History API — Status business capability. Self-contained, no shared references.
    resources:
    - name: level1-files-minute-bars-status
      path: /level1/files/minute-bars/status
      operations:
      - name: getminutebarsfilestatus
        method: GET
        description: Factset Returns the Status of the Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: level1-files-status
      path: /level1/files/status
      operations:
      - name: getlevel1filestatus
        method: GET
        description: Factset Returns the Status of the Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: level2-files-status
      path: /level2/files/status
      operations:
      - name: getlevel2filestatus
        method: GET
        description: Factset Returns the Status of the Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: tick-history-status-rest
    port: 8080
    description: REST adapter for FactSet Tick History API — Status. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/level1/files/minute-bars/status
      name: level1-files-minute-bars-status
      description: REST surface for level1-files-minute-bars-status.
      operations:
      - method: GET
        name: getminutebarsfilestatus
        description: Factset Returns the Status of the Id
        call: tick-history-status.getminutebarsfilestatus
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/level1/files/status
      name: level1-files-status
      description: REST surface for level1-files-status.
      operations:
      - method: GET
        name: getlevel1filestatus
        description: Factset Returns the Status of the Id
        call: tick-history-status.getlevel1filestatus
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/level2/files/status
      name: level2-files-status
      description: REST surface for level2-files-status.
      operations:
      - method: GET
        name: getlevel2filestatus
        description: Factset Returns the Status of the Id
        call: tick-history-status.getlevel2filestatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tick-history-status-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Tick History API — Status. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-returns-status-id
      description: Factset Returns the Status of the Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tick-history-status.getminutebarsfilestatus
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-status-id-2
      description: Factset Returns the Status of the Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tick-history-status.getlevel1filestatus
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-status-id-3
      description: Factset Returns the Status of the Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tick-history-status.getlevel2filestatus
      outputParameters:
      - type: object
        mapping: $.