Refinitiv · Capability

Refinitiv World-Check One API — Groups

Refinitiv World-Check One API — Groups. 3 operations. Lead operation: List Groups. Self-contained Naftiko capability covering one Refinitiv business surface.

Run with Naftiko RefinitivGroups

What You Can Do

GET
Listgroups — List Groups
/v1/groups
GET
Getgroup — Get Group Details
/v1/groups/{groupid}
GET
Getresolutiontoolkit — Get Resolution Toolkit
/v1/groups/{groupid}/resolutiontoolkit

MCP Tools

list-groups

List Groups

read-only idempotent
get-group-details

Get Group Details

read-only idempotent
get-resolution-toolkit

Get Resolution Toolkit

read-only idempotent

Capability Spec

world-check-one-groups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Refinitiv World-Check One API — Groups
  description: 'Refinitiv World-Check One API — Groups. 3 operations. Lead operation: List Groups. Self-contained Naftiko
    capability covering one Refinitiv business surface.'
  tags:
  - Refinitiv
  - Groups
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REFINITIV_API_KEY: REFINITIV_API_KEY
capability:
  consumes:
  - type: http
    namespace: world-check-one-groups
    baseUri: https://api-worldcheck.refinitiv.com/v2
    description: Refinitiv World-Check One API — Groups business capability. Self-contained, no shared references.
    resources:
    - name: groups
      path: /groups
      operations:
      - name: listgroups
        method: GET
        description: List Groups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: groups-groupId
      path: /groups/{groupId}
      operations:
      - name: getgroup
        method: GET
        description: Get Group Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: groupId
          in: path
          type: string
          description: The unique identifier of the group.
          required: true
    - name: groups-groupId-resolutionToolkit
      path: /groups/{groupId}/resolutionToolkit
      operations:
      - name: getresolutiontoolkit
        method: GET
        description: Get Resolution Toolkit
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: groupId
          in: path
          type: string
          description: The unique identifier of the group.
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.REFINITIV_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: world-check-one-groups-rest
    port: 8080
    description: REST adapter for Refinitiv World-Check One API — Groups. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/groups
      name: groups
      description: REST surface for groups.
      operations:
      - method: GET
        name: listgroups
        description: List Groups
        call: world-check-one-groups.listgroups
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/groups/{groupid}
      name: groups-groupid
      description: REST surface for groups-groupId.
      operations:
      - method: GET
        name: getgroup
        description: Get Group Details
        call: world-check-one-groups.getgroup
        with:
          groupId: rest.groupId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/groups/{groupid}/resolutiontoolkit
      name: groups-groupid-resolutiontoolkit
      description: REST surface for groups-groupId-resolutionToolkit.
      operations:
      - method: GET
        name: getresolutiontoolkit
        description: Get Resolution Toolkit
        call: world-check-one-groups.getresolutiontoolkit
        with:
          groupId: rest.groupId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: world-check-one-groups-mcp
    port: 9090
    transport: http
    description: MCP adapter for Refinitiv World-Check One API — Groups. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-groups
      description: List Groups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: world-check-one-groups.listgroups
      outputParameters:
      - type: object
        mapping: $.
    - name: get-group-details
      description: Get Group Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: world-check-one-groups.getgroup
      with:
        groupId: tools.groupId
      outputParameters:
      - type: object
        mapping: $.
    - name: get-resolution-toolkit
      description: Get Resolution Toolkit
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: world-check-one-groups.getresolutiontoolkit
      with:
        groupId: tools.groupId
      outputParameters:
      - type: object
        mapping: $.