Factset · Capability

FactSet Real-Time Quotes API — System

FactSet Real-Time Quotes API — System. 4 operations. Lead operation: Factset List of Categories Assigned to a Category System.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetSystem

What You Can Do

GET
Getcategorylistbysystem — Factset List of Categories Assigned to a Category System.
/v1/category/listbysystem
GET
Getcategorysystemget — Factset Details of an Entitled Category System.
/v1/category/system/get
GET
Getcategorysystemlist — Factset List of Entitled Category Systems.
/v1/category/system/list
GET
Getcategorysystemtypelist — Factset List of Category System Types.
/v1/category/system/type/list

MCP Tools

factset-list-categories-assigned-category

Factset List of Categories Assigned to a Category System.

read-only idempotent
factset-details-entitled-category-system

Factset Details of an Entitled Category System.

read-only idempotent
factset-list-entitled-category-systems

Factset List of Entitled Category Systems.

read-only idempotent
factset-list-category-system-types

Factset List of Category System Types.

read-only idempotent

Capability Spec

real-time-quotes-system.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — System
  description: 'FactSet Real-Time Quotes API — System. 4 operations. Lead operation: Factset List of Categories Assigned to
    a Category System.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - System
  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-system
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — System business capability. Self-contained, no shared references.
    resources:
    - name: category-listBySystem
      path: /category/listBySystem
      operations:
      - name: getcategorylistbysystem
        method: GET
        description: Factset List of Categories Assigned to a Category System.
        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.
    - name: category-system-get
      path: /category/system/get
      operations:
      - name: getcategorysystemget
        method: GET
        description: Factset Details of an Entitled Category System.
        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-system-list
      path: /category/system/list
      operations:
      - name: getcategorysystemlist
        method: GET
        description: Factset List of Entitled Category Systems.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: idType
          in: query
          type: number
        - 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-system-type-list
      path: /category/system/type/list
      operations:
      - name: getcategorysystemtypelist
        method: GET
        description: Factset List of Category System Types.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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-system-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — System. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/category/listbysystem
      name: category-listbysystem
      description: REST surface for category-listBySystem.
      operations:
      - method: GET
        name: getcategorylistbysystem
        description: Factset List of Categories Assigned to a Category System.
        call: real-time-quotes-system.getcategorylistbysystem
        with:
          id: rest.id
          _attributes: rest._attributes
          _language: rest._language
          _paginationOffset: rest._paginationOffset
          _paginationLimit: rest._paginationLimit
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/category/system/get
      name: category-system-get
      description: REST surface for category-system-get.
      operations:
      - method: GET
        name: getcategorysystemget
        description: Factset Details of an Entitled Category System.
        call: real-time-quotes-system.getcategorysystemget
        with:
          id: rest.id
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/category/system/list
      name: category-system-list
      description: REST surface for category-system-list.
      operations:
      - method: GET
        name: getcategorysystemlist
        description: Factset List of Entitled Category Systems.
        call: real-time-quotes-system.getcategorysystemlist
        with:
          idType: rest.idType
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/category/system/type/list
      name: category-system-type-list
      description: REST surface for category-system-type-list.
      operations:
      - method: GET
        name: getcategorysystemtypelist
        description: Factset List of Category System Types.
        call: real-time-quotes-system.getcategorysystemtypelist
        with:
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-system-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — System. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-list-categories-assigned-category
      description: Factset List of Categories Assigned to a Category System.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-system.getcategorylistbysystem
      with:
        id: tools.id
        _attributes: tools._attributes
        _language: tools._language
        _paginationOffset: tools._paginationOffset
        _paginationLimit: tools._paginationLimit
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-details-entitled-category-system
      description: Factset Details of an Entitled Category System.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-system.getcategorysystemget
      with:
        id: tools.id
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-entitled-category-systems
      description: Factset List of Entitled Category Systems.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-system.getcategorysystemlist
      with:
        idType: tools.idType
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-category-system-types
      description: Factset List of Category System Types.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-system.getcategorysystemtypelist
      with:
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.