Factset · Capability

Factset Quotes API For Digital Portals — Category

Factset Quotes API For Digital Portals — Category. 11 operations. Lead operation: Factset List of entitled category datasets.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetCategory

What You Can Do

GET
Getcategorydatasetlist — Factset List of entitled category datasets.
/v1/category/dataset/list
GET
Getcategoryget — Factset Details of a category.
/v1/category/get
GET
Getcategoryinstrumentlist — Factset List of instruments where a specific dataset has assigned a given category.
/v1/category/instrument/list
GET
Getcategorylevelget — Factset Details of a category level.
/v1/category/level/get
GET
Getcategorylist — Factset List of categories.
/v1/category/list
GET
Getcategorylistbylevel — Factset List of categories assigned to a category level.
/v1/category/listbylevel
GET
Getcategorylistbysystem — Factset List of categories assigned to a category system.
/v1/category/listbysystem
GET
Getcategorypathget — Factset Path from the first level to the level of a specific category.
/v1/category/path/get
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-entitled-category-datasets

Factset List of entitled category datasets.

read-only idempotent
factset-details-category

Factset Details of a category.

read-only idempotent
factset-list-instruments-where-specific

Factset List of instruments where a specific dataset has assigned a given category.

read-only idempotent
factset-details-category-level

Factset Details of a category level.

read-only idempotent
factset-list-categories

Factset List of categories.

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

Factset List of categories assigned to a category level.

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

Factset List of categories assigned to a category system.

read-only idempotent
factset-path-first-level-level

Factset Path from the first level to the level of a specific category.

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-category-2.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset Quotes API For Digital Portals — Category
  description: 'Factset Quotes API For Digital Portals — Category. 11 operations. Lead operation: Factset List of entitled
    category datasets.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Category
  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-category-2
    baseUri: https://api.factset.com/wealth/v3
    description: Factset Quotes API For Digital Portals — Category business capability. Self-contained, no shared references.
    resources:
    - name: category-dataset-list
      path: /category/dataset/list
      operations:
      - name: getcategorydatasetlist
        method: GET
        description: Factset List of entitled category datasets.
        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
    - name: category-get
      path: /category/get
      operations:
      - name: getcategoryget
        method: GET
        description: Factset Details of a 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
    - name: category-instrument-list
      path: /category/instrument/list
      operations:
      - name: getcategoryinstrumentlist
        method: GET
        description: Factset List of instruments where a specific dataset has assigned a given category.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: idCategory
          in: query
          type: number
          required: true
        - name: idCategoryDataset
          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: _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-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-list
      path: /category/list
      operations:
      - name: getcategorylist
        method: GET
        description: Factset List of categories.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ids
          in: query
          type: array
          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.
    - 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-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
    - 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-category-2-rest
    port: 8080
    description: REST adapter for Factset Quotes API For Digital Portals — Category. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/category/dataset/list
      name: category-dataset-list
      description: REST surface for category-dataset-list.
      operations:
      - method: GET
        name: getcategorydatasetlist
        description: Factset List of entitled category datasets.
        call: real-time-quotes-category-2.getcategorydatasetlist
        with:
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/category/get
      name: category-get
      description: REST surface for category-get.
      operations:
      - method: GET
        name: getcategoryget
        description: Factset Details of a category.
        call: real-time-quotes-category-2.getcategoryget
        with:
          id: rest.id
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/category/instrument/list
      name: category-instrument-list
      description: REST surface for category-instrument-list.
      operations:
      - method: GET
        name: getcategoryinstrumentlist
        description: Factset List of instruments where a specific dataset has assigned a given category.
        call: real-time-quotes-category-2.getcategoryinstrumentlist
        with:
          idCategory: rest.idCategory
          idCategoryDataset: rest.idCategoryDataset
          _attributes: rest._attributes
          _paginationOffset: rest._paginationOffset
          _paginationLimit: rest._paginationLimit
        outputParameters:
        - type: object
          mapping: $.
    - 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-category-2.getcategorylevelget
        with:
          id: rest.id
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/category/list
      name: category-list
      description: REST surface for category-list.
      operations:
      - method: GET
        name: getcategorylist
        description: Factset List of categories.
        call: real-time-quotes-category-2.getcategorylist
        with:
          ids: rest.ids
          _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-category-2.getcategorylistbylevel
        with:
          id: rest.id
          _attributes: rest._attributes
          _language: rest._language
          _paginationOffset: rest._paginationOffset
          _paginationLimit: rest._paginationLimit
        outputParameters:
        - type: object
          mapping: $.
    - 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-category-2.getcategorylistbysystem
        with:
          id: rest.id
          _attributes: rest._attributes
          _language: rest._language
          _paginationOffset: rest._paginationOffset
          _paginationLimit: rest._paginationLimit
        outputParameters:
        - type: object
          mapping: $.
    - 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-category-2.getcategorypathget
        with:
          id: rest.id
          _attributes: rest._attributes
          _language: rest._language
        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-category-2.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-category-2.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-category-2.getcategorysystemtypelist
        with:
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-category-2-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset Quotes API For Digital Portals — Category. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: factset-list-entitled-category-datasets
      description: Factset List of entitled category datasets.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-category-2.getcategorydatasetlist
      with:
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-details-category
      description: Factset Details of a category.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-category-2.getcategoryget
      with:
        id: tools.id
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-instruments-where-specific
      description: Factset List of instruments where a specific dataset has assigned a given category.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-category-2.getcategoryinstrumentlist
      with:
        idCategory: tools.idCategory
        idCategoryDataset: tools.idCategoryDataset
        _attributes: tools._attributes
        _paginationOffset: tools._paginationOffset
        _paginationLimit: tools._paginationLimit
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-details-category-level
      description: Factset Details of a category level.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-category-2.getcategorylevelget
      with:
        id: tools.id
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-categories
      description: Factset List of categories.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-category-2.getcategorylist
      with:
        ids: tools.ids
        _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-category-2.getcategorylistbylevel
      with:
        id: tools.id
        _attributes: tools._attributes
        _language: tools._language
        _paginationOffset: tools._paginationOffset
        _paginationLimit: tools._paginationLimit
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-categories-assigned-category-2
      description: Factset List of categories assigned to a category system.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-category-2.getcategorylistbysystem
      with:
        id: tools.id
        _attributes: tools._attributes
        _language: tools._language
        _paginationOffset: tools._paginationOffset
        _paginationLimit: tools._paginationLimit
      outputParameters:
      - type: object
        mapping: $.
    - 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-category-2.getcategorypathget
      with:
        id: tools.id
        _attributes: tools._attributes
        _language: tools._language
      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-category-2.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-category-2.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-category-2.getcategorysystemtypelist
      with:
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.