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: $.