Refinitiv Eikon · Capability

Refinitiv Eikon LSEG DataScope Select REST API — Instrument Lists

Refinitiv Eikon LSEG DataScope Select REST API — Instrument Lists. 2 operations. Lead operation: List Instrument Lists. Self-contained Naftiko capability covering one Refinitiv Eikon business surface.

Run with Naftiko Refinitiv EikonInstrument Lists

What You Can Do

GET
Listinstrumentlists — List Instrument Lists
/v1/instrumentlists
POST
Createinstrumentlist — Create an Instrument List
/v1/instrumentlists

MCP Tools

list-instrument-lists

List Instrument Lists

read-only idempotent
create-instrument-list

Create an Instrument List

Capability Spec

datascope-select-instrument-lists.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Refinitiv Eikon LSEG DataScope Select REST API — Instrument Lists
  description: 'Refinitiv Eikon LSEG DataScope Select REST API — Instrument Lists. 2 operations. Lead operation: List Instrument
    Lists. Self-contained Naftiko capability covering one Refinitiv Eikon business surface.'
  tags:
  - Refinitiv Eikon
  - Instrument Lists
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REFINITIV_EIKON_API_KEY: REFINITIV_EIKON_API_KEY
capability:
  consumes:
  - type: http
    namespace: datascope-select-instrument-lists
    baseUri: https://selectapi.datascope.refinitiv.com/RestApi/v1
    description: Refinitiv Eikon LSEG DataScope Select REST API — Instrument Lists business capability. Self-contained, no
      shared references.
    resources:
    - name: InstrumentLists
      path: /InstrumentLists
      operations:
      - name: listinstrumentlists
        method: GET
        description: List Instrument Lists
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createinstrumentlist
        method: POST
        description: Create an Instrument List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.REFINITIV_EIKON_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: datascope-select-instrument-lists-rest
    port: 8080
    description: REST adapter for Refinitiv Eikon LSEG DataScope Select REST API — Instrument Lists. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/instrumentlists
      name: instrumentlists
      description: REST surface for InstrumentLists.
      operations:
      - method: GET
        name: listinstrumentlists
        description: List Instrument Lists
        call: datascope-select-instrument-lists.listinstrumentlists
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createinstrumentlist
        description: Create an Instrument List
        call: datascope-select-instrument-lists.createinstrumentlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datascope-select-instrument-lists-mcp
    port: 9090
    transport: http
    description: MCP adapter for Refinitiv Eikon LSEG DataScope Select REST API — Instrument Lists. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: list-instrument-lists
      description: List Instrument Lists
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datascope-select-instrument-lists.listinstrumentlists
      outputParameters:
      - type: object
        mapping: $.
    - name: create-instrument-list
      description: Create an Instrument List
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: datascope-select-instrument-lists.createinstrumentlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.