Refinitiv · Capability

Refinitiv Qual-ID API — Connection

Refinitiv Qual-ID API — Connection. 2 operations. Lead operation: Test Connectivity. Self-contained Naftiko capability covering one Refinitiv business surface.

Run with Naftiko RefinitivConnection

What You Can Do

GET
Sayhello — Test Connectivity
/v1/connection/v1/sayhello/{name}
GET
Testauthentication — Test Authentication
/v1/connection/v1/testauthentication

MCP Tools

test-connectivity

Test Connectivity

read-only idempotent
test-authentication

Test Authentication

read-only idempotent

Capability Spec

qual-id-connection.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Refinitiv Qual-ID API — Connection
  description: 'Refinitiv Qual-ID API — Connection. 2 operations. Lead operation: Test Connectivity. Self-contained Naftiko
    capability covering one Refinitiv business surface.'
  tags:
  - Refinitiv
  - Connection
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REFINITIV_API_KEY: REFINITIV_API_KEY
capability:
  consumes:
  - type: http
    namespace: qual-id-connection
    baseUri: https://api.globaldatacompany.com
    description: Refinitiv Qual-ID API — Connection business capability. Self-contained, no shared references.
    resources:
    - name: connection-v1-sayhello-name
      path: /connection/v1/sayhello/{name}
      operations:
      - name: sayhello
        method: GET
        description: Test Connectivity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: A name to include in the greeting response.
          required: true
    - name: connection-v1-testauthentication
      path: /connection/v1/testauthentication
      operations:
      - name: testauthentication
        method: GET
        description: Test Authentication
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.REFINITIV_USER}}'
      password: '{{env.REFINITIV_PASS}}'
  exposes:
  - type: rest
    namespace: qual-id-connection-rest
    port: 8080
    description: REST adapter for Refinitiv Qual-ID API — Connection. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/connection/v1/sayhello/{name}
      name: connection-v1-sayhello-name
      description: REST surface for connection-v1-sayhello-name.
      operations:
      - method: GET
        name: sayhello
        description: Test Connectivity
        call: qual-id-connection.sayhello
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/connection/v1/testauthentication
      name: connection-v1-testauthentication
      description: REST surface for connection-v1-testauthentication.
      operations:
      - method: GET
        name: testauthentication
        description: Test Authentication
        call: qual-id-connection.testauthentication
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: qual-id-connection-mcp
    port: 9090
    transport: http
    description: MCP adapter for Refinitiv Qual-ID API — Connection. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: test-connectivity
      description: Test Connectivity
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qual-id-connection.sayhello
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: test-authentication
      description: Test Authentication
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qual-id-connection.testauthentication
      outputParameters:
      - type: object
        mapping: $.