Factset · Capability

FactSet Real-Time Quotes API — Level

FactSet Real-Time Quotes API — Level. 2 operations. Lead operation: Factset Details of a Category Level.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetLevel

What You Can Do

GET
Getcategorylevelget — Factset Details of a Category Level.
/v1/category/level/get
GET
Getcategorylistbylevel — Factset List of Categories Assigned to a Category Level.
/v1/category/listbylevel

MCP Tools

factset-details-category-level

Factset Details of a Category Level.

read-only idempotent
factset-list-categories-assigned-category

Factset List of Categories Assigned to a Category Level.

read-only idempotent

Capability Spec

real-time-quotes-level.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Level
  description: 'FactSet Real-Time Quotes API — Level. 2 operations. Lead operation: Factset Details of a Category Level..
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Level
  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-level
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Level business capability. Self-contained, no shared references.
    resources:
    - name: category-level-get
      path: /category/level/get
      operations:
      - name: getcategorylevelget
        method: GET
        description: Factset Details of a Category Level.
        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
    - name: category-listByLevel
      path: /category/listByLevel
      operations:
      - name: getcategorylistbylevel
        method: GET
        description: Factset List of Categories Assigned to a Category Level.
        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
        - name: _paginationOffset
          in: query
          type: number
          description: Non-negative number of entries to skip, or 0 (default).
        - name: _paginationLimit
          in: query
          type: number
          description: Non-negative maximum number of entries to return.
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-quotes-level-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Level. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/category/level/get
      name: category-level-get
      description: REST surface for category-level-get.
      operations:
      - method: GET
        name: getcategorylevelget
        description: Factset Details of a Category Level.
        call: real-time-quotes-level.getcategorylevelget
        with:
          id: rest.id
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/category/listbylevel
      name: category-listbylevel
      description: REST surface for category-listByLevel.
      operations:
      - method: GET
        name: getcategorylistbylevel
        description: Factset List of Categories Assigned to a Category Level.
        call: real-time-quotes-level.getcategorylistbylevel
        with:
          id: rest.id
          _attributes: rest._attributes
          _language: rest._language
          _paginationOffset: rest._paginationOffset
          _paginationLimit: rest._paginationLimit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-level-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Level. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-details-category-level
      description: Factset Details of a Category Level.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-level.getcategorylevelget
      with:
        id: tools.id
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-categories-assigned-category
      description: Factset List of Categories Assigned to a Category Level.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-level.getcategorylistbylevel
      with:
        id: tools.id
        _attributes: tools._attributes
        _language: tools._language
        _paginationOffset: tools._paginationOffset
        _paginationLimit: tools._paginationLimit
      outputParameters:
      - type: object
        mapping: $.