Factset · Capability

FactSet Recommendation List API for Digital Portals — Elements

FactSet Recommendation List API for Digital Portals — Elements. 1 operations. Lead operation: Factset List of Elements of a Given Revision.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetElements

What You Can Do

GET
Getrecommendationlistrevisionelementlist — Factset List of Elements of a Given Revision.
/v1/recommendationlist/revision/element/list

MCP Tools

factset-list-elements-given-revision

Factset List of Elements of a Given Revision.

read-only idempotent

Capability Spec

recommendation-list-api-for-digital-portals-elements.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Recommendation List API for Digital Portals — Elements
  description: 'FactSet Recommendation List API for Digital Portals — Elements. 1 operations. Lead operation: Factset List
    of Elements of a Given Revision.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Elements
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: recommendation-list-api-for-digital-portals-elements
    baseUri: https://api.factset.com/wealth/v1
    description: FactSet Recommendation List API for Digital Portals — Elements business capability. Self-contained, no shared
      references.
    resources:
    - name: recommendationList-revision-element-list
      path: /recommendationList/revision/element/list
      operations:
      - name: getrecommendationlistrevisionelementlist
        method: GET
        description: Factset List of Elements of a Given Revision.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: idRevision
          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: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: recommendation-list-api-for-digital-portals-elements-rest
    port: 8080
    description: REST adapter for FactSet Recommendation List API for Digital Portals — Elements. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/recommendationlist/revision/element/list
      name: recommendationlist-revision-element-list
      description: REST surface for recommendationList-revision-element-list.
      operations:
      - method: GET
        name: getrecommendationlistrevisionelementlist
        description: Factset List of Elements of a Given Revision.
        call: recommendation-list-api-for-digital-portals-elements.getrecommendationlistrevisionelementlist
        with:
          idRevision: rest.idRevision
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: recommendation-list-api-for-digital-portals-elements-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Recommendation List API for Digital Portals — Elements. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: factset-list-elements-given-revision
      description: Factset List of Elements of a Given Revision.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: recommendation-list-api-for-digital-portals-elements.getrecommendationlistrevisionelementlist
      with:
        idRevision: tools.idRevision
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.