Factset · Capability

FactSet Recommendation List API for Digital Portals — Search

FactSet Recommendation List API for Digital Portals — Search. 2 operations. Lead operation: Factset Search for Revisions of a Recommendation List.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetSearch

What You Can Do

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-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-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Recommendation List API for Digital Portals — Search
  description: 'FactSet Recommendation List API for Digital Portals — Search. 2 operations. Lead operation: Factset Search
    for Revisions of a Recommendation List.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Search
  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-search
    baseUri: https://api.factset.com/wealth/v1
    description: FactSet Recommendation List API for Digital Portals — Search business capability. Self-contained, no shared
      references.
    resources:
    - 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-search-rest
    port: 8080
    description: REST adapter for FactSet Recommendation List API for Digital Portals — Search. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - 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-search.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-search.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-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Recommendation List API for Digital Portals — Search. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - 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-search.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-search.getrecommendationlistsearch
      with:
        name: tools.name
        onlyActive: tools.onlyActive
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.