Candid · Capability

Candid Essentials API — Search

Candid Essentials API — Search. 4 operations. Lead operation: Search Essentials v1. Self-contained Naftiko capability covering one Candid business surface.

Run with Naftiko CandidSearch

What You Can Do

POST
Searchessentialsv1 — Search Essentials v1
/v1/v1
POST
Searchessentialsv2 — Search Essentials v2
/v1/v2
POST
Searchessentialsv3 — Search Essentials v3
/v1/v3
POST
Searchessentialsv4 — Search Essentials v4
/v1/v4

MCP Tools

search-essentials-v1

Search Essentials v1

read-only
search-essentials-v2

Search Essentials v2

read-only
search-essentials-v3

Search Essentials v3

read-only
search-essentials-v4

Search Essentials v4

read-only

Capability Spec

essentials-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Candid Essentials API — Search
  description: 'Candid Essentials API — Search. 4 operations. Lead operation: Search Essentials v1. Self-contained Naftiko
    capability covering one Candid business surface.'
  tags:
  - Candid
  - Search
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CANDID_API_KEY: CANDID_API_KEY
capability:
  consumes:
  - type: http
    namespace: essentials-search
    baseUri: https://api.candid.org/essentials
    description: Candid Essentials API — Search business capability. Self-contained, no shared references.
    resources:
    - name: v1
      path: /v1
      operations:
      - name: searchessentialsv1
        method: POST
        description: Search Essentials v1
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v2
      path: /v2
      operations:
      - name: searchessentialsv2
        method: POST
        description: Search Essentials v2
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v3
      path: /v3
      operations:
      - name: searchessentialsv3
        method: POST
        description: Search Essentials v3
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v4
      path: /v4
      operations:
      - name: searchessentialsv4
        method: POST
        description: Search Essentials v4
        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: Subscription-Key
      value: '{{env.CANDID_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: essentials-search-rest
    port: 8080
    description: REST adapter for Candid Essentials API — Search. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1
      name: v1
      description: REST surface for v1.
      operations:
      - method: POST
        name: searchessentialsv1
        description: Search Essentials v1
        call: essentials-search.searchessentialsv1
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2
      name: v2
      description: REST surface for v2.
      operations:
      - method: POST
        name: searchessentialsv2
        description: Search Essentials v2
        call: essentials-search.searchessentialsv2
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v3
      name: v3
      description: REST surface for v3.
      operations:
      - method: POST
        name: searchessentialsv3
        description: Search Essentials v3
        call: essentials-search.searchessentialsv3
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v4
      name: v4
      description: REST surface for v4.
      operations:
      - method: POST
        name: searchessentialsv4
        description: Search Essentials v4
        call: essentials-search.searchessentialsv4
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: essentials-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for Candid Essentials API — Search. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: search-essentials-v1
      description: Search Essentials v1
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: essentials-search.searchessentialsv1
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: search-essentials-v2
      description: Search Essentials v2
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: essentials-search.searchessentialsv2
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: search-essentials-v3
      description: Search Essentials v3
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: essentials-search.searchessentialsv3
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: search-essentials-v4
      description: Search Essentials v4
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: essentials-search.searchessentialsv4
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.