Reuters · Capability

Reuters Connect API — Search

Reuters Connect API — Search. 1 operations. Lead operation: Search for Content Items. Self-contained Naftiko capability covering one Reuters business surface.

Run with Naftiko ReutersSearch

What You Can Do

GET
Searchitems — Search for Content Items
/v1/search

MCP Tools

search-content-items

Search for Content Items

read-only idempotent

Capability Spec

connect-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Reuters Connect API — Search
  description: 'Reuters Connect API — Search. 1 operations. Lead operation: Search for Content Items. Self-contained Naftiko
    capability covering one Reuters business surface.'
  tags:
  - Reuters
  - Search
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REUTERS_API_KEY: REUTERS_API_KEY
capability:
  consumes:
  - type: http
    namespace: connect-search
    baseUri: https://rmb.reuters.com/rmd/rest/xml
    description: Reuters Connect API — Search business capability. Self-contained, no shared references.
    resources:
    - name: search
      path: /search
      operations:
      - name: searchitems
        method: GET
        description: Search for Content Items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: token
      value: '{{env.REUTERS_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: connect-search-rest
    port: 8080
    description: REST adapter for Reuters Connect API — Search. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/search
      name: search
      description: REST surface for search.
      operations:
      - method: GET
        name: searchitems
        description: Search for Content Items
        call: connect-search.searchitems
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: connect-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for Reuters Connect API — Search. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: search-content-items
      description: Search for Content Items
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: connect-search.searchitems
      outputParameters:
      - type: object
        mapping: $.