Factset · Capability

FactSet Programmatic Environment API — Log

FactSet Programmatic Environment API — Log. 1 operations. Lead operation: Factset Get Calculation Log for a Specific Calculation. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetLog

What You Can Do

GET
Get — Factset Get Calculation Log for a Specific Calculation
/v1/analytics/quant/fpe/v1/calculations/{id}/log

MCP Tools

factset-get-calculation-log-specific

Factset Get Calculation Log for a Specific Calculation

read-only idempotent

Capability Spec

programmatic-environment-log.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Programmatic Environment API — Log
  description: 'FactSet Programmatic Environment API — Log. 1 operations. Lead operation: Factset Get Calculation Log for
    a Specific Calculation. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Log
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: programmatic-environment-log
    baseUri: https://api.factset.com
    description: FactSet Programmatic Environment API — Log business capability. Self-contained, no shared references.
    resources:
    - name: analytics-quant-fpe-v1-calculations-id-log
      path: /analytics/quant/fpe/v1/calculations/{id}/log
      operations:
      - name: get
        method: GET
        description: Factset Get Calculation Log for a Specific Calculation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: From url, provided by location header or response body in the calculation start endpoint
          required: true
  exposes:
  - type: rest
    namespace: programmatic-environment-log-rest
    port: 8080
    description: REST adapter for FactSet Programmatic Environment API — Log. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/analytics/quant/fpe/v1/calculations/{id}/log
      name: analytics-quant-fpe-v1-calculations-id-log
      description: REST surface for analytics-quant-fpe-v1-calculations-id-log.
      operations:
      - method: GET
        name: get
        description: Factset Get Calculation Log for a Specific Calculation
        call: programmatic-environment-log.get
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: programmatic-environment-log-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Programmatic Environment API — Log. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-get-calculation-log-specific
      description: Factset Get Calculation Log for a Specific Calculation
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: programmatic-environment-log.get
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.