Factset · Capability

FactSet Recommendation List API for Digital Portals — Recommendations

FactSet Recommendation List API for Digital Portals — Recommendations. 6 operations. Lead operation: Factset Attributes of a Single List.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetRecommendations

What You Can Do

GET
Getrecommendationlistget — Factset Attributes of a Single List.
/v1/recommendationlist/get
GET
Getrecommendationlistrevisionelementlist — Factset List of Elements of a Given Revision.
/v1/recommendationlist/revision/element/list
GET
Getrecommendationlistrevisionget — Factset Attributes of a Single Revision.
/v1/recommendationlist/revision/get
POST
Postrecommendationlistrevisionlist — Factset List of Revisions of a Recommendation List.
/v1/recommendationlist/revision/list
GET
Getrecommendationlistrevisionsearch — Factset Search for Revisions of a Recommendation List.
/v1/recommendationlist/revision/search
GET
Getrecommendationlistsearch — Factset Search for Recommendation Lists.
/v1/recommendationlist/search

MCP Tools

factset-attributes-single-list

Factset Attributes of a Single List.

read-only idempotent
factset-list-elements-given-revision

Factset List of Elements of a Given Revision.

read-only idempotent
factset-attributes-single-revision

Factset Attributes of a Single Revision.

read-only idempotent
factset-list-revisions-recommendation-list

Factset List of Revisions of a Recommendation List.

read-only
factset-search-revisions-recommendation-list

Factset Search for Revisions of a Recommendation List.

read-only idempotent
factset-search-recommendation-lists

Factset Search for Recommendation Lists.

read-only idempotent

Capability Spec

recommendation-list-api-for-digital-portals-recommendations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Recommendation List API for Digital Portals — Recommendations
  description: 'FactSet Recommendation List API for Digital Portals — Recommendations. 6 operations. Lead operation: Factset
    Attributes of a Single List.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Recommendations
  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-recommendations
    baseUri: https://api.factset.com/wealth/v1
    description: FactSet Recommendation List API for Digital Portals — Recommendations business capability. Self-contained,
      no shared references.
    resources:
    - name: recommendationList-get
      path: /recommendationList/get
      operations:
      - name: getrecommendationlistget
        method: GET
        description: Factset Attributes of a Single List.
        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: 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
    - name: recommendationList-revision-get
      path: /recommendationList/revision/get
      operations:
      - name: getrecommendationlistrevisionget
        method: GET
        description: Factset Attributes of a Single Revision.
        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: recommendationList-revision-list
      path: /recommendationList/revision/list
      operations:
      - name: postrecommendationlistrevisionlist
        method: POST
        description: Factset List of Revisions of a Recommendation List.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: recommendationList-revision-search
      path: /recommendationList/revision/search
      operations:
      - name: getrecommendationlistrevisionsearch
        method: GET
        description: Factset Search for Revisions of a Recommendation List.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: idNotation
          in: query
          type: string
        - name: idInstrument
          in: query
          type: string
        - 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: recommendationList-search
      path: /recommendationList/search
      operations:
      - name: getrecommendationlistsearch
        method: GET
        description: Factset Search for Recommendation Lists.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: query
          type: string
        - name: onlyActive
          in: query
          type: boolean
        - 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-recommendations-rest
    port: 8080
    description: REST adapter for FactSet Recommendation List API for Digital Portals — Recommendations. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/recommendationlist/get
      name: recommendationlist-get
      description: REST surface for recommendationList-get.
      operations:
      - method: GET
        name: getrecommendationlistget
        description: Factset Attributes of a Single List.
        call: recommendation-list-api-for-digital-portals-recommendations.getrecommendationlistget
        with:
          id: rest.id
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - 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-recommendations.getrecommendationlistrevisionelementlist
        with:
          idRevision: rest.idRevision
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/recommendationlist/revision/get
      name: recommendationlist-revision-get
      description: REST surface for recommendationList-revision-get.
      operations:
      - method: GET
        name: getrecommendationlistrevisionget
        description: Factset Attributes of a Single Revision.
        call: recommendation-list-api-for-digital-portals-recommendations.getrecommendationlistrevisionget
        with:
          id: rest.id
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/recommendationlist/revision/list
      name: recommendationlist-revision-list
      description: REST surface for recommendationList-revision-list.
      operations:
      - method: POST
        name: postrecommendationlistrevisionlist
        description: Factset List of Revisions of a Recommendation List.
        call: recommendation-list-api-for-digital-portals-recommendations.postrecommendationlistrevisionlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/recommendationlist/revision/search
      name: recommendationlist-revision-search
      description: REST surface for recommendationList-revision-search.
      operations:
      - method: GET
        name: getrecommendationlistrevisionsearch
        description: Factset Search for Revisions of a Recommendation List.
        call: recommendation-list-api-for-digital-portals-recommendations.getrecommendationlistrevisionsearch
        with:
          idNotation: rest.idNotation
          idInstrument: rest.idInstrument
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/recommendationlist/search
      name: recommendationlist-search
      description: REST surface for recommendationList-search.
      operations:
      - method: GET
        name: getrecommendationlistsearch
        description: Factset Search for Recommendation Lists.
        call: recommendation-list-api-for-digital-portals-recommendations.getrecommendationlistsearch
        with:
          name: rest.name
          onlyActive: rest.onlyActive
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: recommendation-list-api-for-digital-portals-recommendations-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Recommendation List API for Digital Portals — Recommendations. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: factset-attributes-single-list
      description: Factset Attributes of a Single List.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: recommendation-list-api-for-digital-portals-recommendations.getrecommendationlistget
      with:
        id: tools.id
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - 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-recommendations.getrecommendationlistrevisionelementlist
      with:
        idRevision: tools.idRevision
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-attributes-single-revision
      description: Factset Attributes of a Single Revision.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: recommendation-list-api-for-digital-portals-recommendations.getrecommendationlistrevisionget
      with:
        id: tools.id
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-revisions-recommendation-list
      description: Factset List of Revisions of a Recommendation List.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: recommendation-list-api-for-digital-portals-recommendations.postrecommendationlistrevisionlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-search-revisions-recommendation-list
      description: Factset Search for Revisions of a Recommendation List.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: recommendation-list-api-for-digital-portals-recommendations.getrecommendationlistrevisionsearch
      with:
        idNotation: tools.idNotation
        idInstrument: tools.idInstrument
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-search-recommendation-lists
      description: Factset Search for Recommendation Lists.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: recommendation-list-api-for-digital-portals-recommendations.getrecommendationlistsearch
      with:
        name: tools.name
        onlyActive: tools.onlyActive
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.