Sigstore · Capability

Rekor — index

Rekor — index. 1 operations. Lead operation: Searches index by entry metadata. Self-contained Naftiko capability covering one Sigstore business surface.

Run with Naftiko Sigstoreindex

What You Can Do

POST
Searchindex — Searches index by entry metadata
/v1/api/v1/index/retrieve

MCP Tools

searches-index-entry-metadata

Searches index by entry metadata

read-only

Capability Spec

rekor-index.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Rekor — index
  description: 'Rekor — index. 1 operations. Lead operation: Searches index by entry metadata. Self-contained Naftiko capability
    covering one Sigstore business surface.'
  tags:
  - Sigstore
  - index
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SIGSTORE_API_KEY: SIGSTORE_API_KEY
capability:
  consumes:
  - type: http
    namespace: rekor-index
    baseUri: http://rekor.sigstore.dev
    description: Rekor — index business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-index-retrieve
      path: /api/v1/index/retrieve
      operations:
      - name: searchindex
        method: POST
        description: Searches index by entry metadata
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: query
          in: body
          type: string
          required: true
  exposes:
  - type: rest
    namespace: rekor-index-rest
    port: 8080
    description: REST adapter for Rekor — index. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/v1/index/retrieve
      name: api-v1-index-retrieve
      description: REST surface for api-v1-index-retrieve.
      operations:
      - method: POST
        name: searchindex
        description: Searches index by entry metadata
        call: rekor-index.searchindex
        with:
          query: rest.query
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rekor-index-mcp
    port: 9090
    transport: http
    description: MCP adapter for Rekor — index. One tool per consumed operation, routed inline through this capability's consumes
      block.
    tools:
    - name: searches-index-entry-metadata
      description: Searches index by entry metadata
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: rekor-index.searchindex
      with:
        query: tools.query
      outputParameters:
      - type: object
        mapping: $.