Factset · Capability

FactSet Real-Time Quotes API — List

FactSet Real-Time Quotes API — List. 4 operations. Lead operation: Factset Set of Custom Instrument-level Selection Lists.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetList

What You Can Do

GET
Getinstrumentselectionlistlist — Factset Set of Custom Instrument-level Selection Lists.
/v1/instrument/selectionlist/list
GET
Getinstrumentselectionlistlistbyinstrument — Factset for Each Given Instrument, Returns the Instrument-level Selection Lists of Which the Instrument Is a Member.
/v1/instrument/selectionlist/listbyinstrument
GET
Getnotationselectionlistlist — Factset Set of Custom Notation-level Selection Lists.
/v1/notation/selectionlist/list
GET
Getnotationselectionlistlistbynotation — Factset for Each Given Notation, Returns the Notation-level Selection Lists of Which the Notation Is a Member.
/v1/notation/selectionlist/listbynotation

MCP Tools

factset-set-custom-instrument-level

Factset Set of Custom Instrument-level Selection Lists.

read-only idempotent
factset-each-given-instrument-returns

Factset for Each Given Instrument, Returns the Instrument-level Selection Lists of Which the Instrument Is a Member.

read-only idempotent
factset-set-custom-notation-level

Factset Set of Custom Notation-level Selection Lists.

read-only idempotent
factset-each-given-notation-returns

Factset for Each Given Notation, Returns the Notation-level Selection Lists of Which the Notation Is a Member.

read-only idempotent

Capability Spec

real-time-quotes-list.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — List
  description: 'FactSet Real-Time Quotes API — List. 4 operations. Lead operation: Factset Set of Custom Instrument-level
    Selection Lists.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - List
  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-list
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — List business capability. Self-contained, no shared references.
    resources:
    - name: instrument-selectionList-list
      path: /instrument/selectionList/list
      operations:
      - name: getinstrumentselectionlistlist
        method: GET
        description: Factset Set of Custom Instrument-level Selection Lists.
        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: instrument-selectionList-listByInstrument
      path: /instrument/selectionList/listByInstrument
      operations:
      - name: getinstrumentselectionlistlistbyinstrument
        method: GET
        description: Factset for Each Given Instrument, Returns the Instrument-level Selection Lists of Which the Instrument
          Is a Member.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifiers
          in: query
          type: array
          required: true
        - name: identifierType
          in: query
          type: string
          required: true
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
    - name: notation-selectionList-list
      path: /notation/selectionList/list
      operations:
      - name: getnotationselectionlistlist
        method: GET
        description: Factset Set of Custom Notation-level Selection Lists.
        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: notation-selectionList-listByNotation
      path: /notation/selectionList/listByNotation
      operations:
      - name: getnotationselectionlistlistbynotation
        method: GET
        description: Factset for Each Given Notation, Returns the Notation-level Selection Lists of Which the Notation Is
          a Member.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifiers
          in: query
          type: array
          required: true
        - name: identifierType
          in: query
          type: string
          required: true
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-quotes-list-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — List. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/instrument/selectionlist/list
      name: instrument-selectionlist-list
      description: REST surface for instrument-selectionList-list.
      operations:
      - method: GET
        name: getinstrumentselectionlistlist
        description: Factset Set of Custom Instrument-level Selection Lists.
        call: real-time-quotes-list.getinstrumentselectionlistlist
        with:
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instrument/selectionlist/listbyinstrument
      name: instrument-selectionlist-listbyinstrument
      description: REST surface for instrument-selectionList-listByInstrument.
      operations:
      - method: GET
        name: getinstrumentselectionlistlistbyinstrument
        description: Factset for Each Given Instrument, Returns the Instrument-level Selection Lists of Which the Instrument
          Is a Member.
        call: real-time-quotes-list.getinstrumentselectionlistlistbyinstrument
        with:
          identifiers: rest.identifiers
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/selectionlist/list
      name: notation-selectionlist-list
      description: REST surface for notation-selectionList-list.
      operations:
      - method: GET
        name: getnotationselectionlistlist
        description: Factset Set of Custom Notation-level Selection Lists.
        call: real-time-quotes-list.getnotationselectionlistlist
        with:
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/selectionlist/listbynotation
      name: notation-selectionlist-listbynotation
      description: REST surface for notation-selectionList-listByNotation.
      operations:
      - method: GET
        name: getnotationselectionlistlistbynotation
        description: Factset for Each Given Notation, Returns the Notation-level Selection Lists of Which the Notation Is
          a Member.
        call: real-time-quotes-list.getnotationselectionlistlistbynotation
        with:
          identifiers: rest.identifiers
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-list-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — List. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-set-custom-instrument-level
      description: Factset Set of Custom Instrument-level Selection Lists.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-list.getinstrumentselectionlistlist
      with:
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-each-given-instrument-returns
      description: Factset for Each Given Instrument, Returns the Instrument-level Selection Lists of Which the Instrument
        Is a Member.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-list.getinstrumentselectionlistlistbyinstrument
      with:
        identifiers: tools.identifiers
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-set-custom-notation-level
      description: Factset Set of Custom Notation-level Selection Lists.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-list.getnotationselectionlistlist
      with:
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-each-given-notation-returns
      description: Factset for Each Given Notation, Returns the Notation-level Selection Lists of Which the Notation Is a
        Member.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-list.getnotationselectionlistlistbynotation
      with:
        identifiers: tools.identifiers
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.