Factset · Capability

FactSet Real-Time Quotes API — Path

FactSet Real-Time Quotes API — Path. 1 operations. Lead operation: Factset Path From the First Level to the Level of a Specific Category.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetPath

What You Can Do

GET
Getcategorypathget — Factset Path From the First Level to the Level of a Specific Category.
/v1/category/path/get

MCP Tools

factset-path-first-level-level

Factset Path From the First Level to the Level of a Specific Category.

read-only idempotent

Capability Spec

real-time-quotes-path.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Path
  description: 'FactSet Real-Time Quotes API — Path. 1 operations. Lead operation: Factset Path From the First Level to the
    Level of a Specific Category.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Path
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: real-time-quotes-path
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Path business capability. Self-contained, no shared references.
    resources:
    - name: category-path-get
      path: /category/path/get
      operations:
      - name: getcategorypathget
        method: GET
        description: Factset Path From the First Level to the Level of a Specific Category.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: query
          type: number
          required: true
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
        - name: _language
          in: query
          type: string
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-quotes-path-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Path. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/category/path/get
      name: category-path-get
      description: REST surface for category-path-get.
      operations:
      - method: GET
        name: getcategorypathget
        description: Factset Path From the First Level to the Level of a Specific Category.
        call: real-time-quotes-path.getcategorypathget
        with:
          id: rest.id
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-path-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Path. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-path-first-level-level
      description: Factset Path From the First Level to the Level of a Specific Category.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-path.getcategorypathget
      with:
        id: tools.id
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.