Schema Evolution · Capability

Confluent Schema Registry API — Contexts

Confluent Schema Registry API — Contexts. 1 operations. Lead operation: List schema contexts. Self-contained Naftiko capability covering one Schema Evolution business surface.

Run with Naftiko Schema EvolutionContexts

What You Can Do

GET
Get — List schema contexts
/v1/contexts

MCP Tools

list-schema-contexts

List schema contexts

read-only idempotent

Capability Spec

schema-evolution-contexts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Confluent Schema Registry API — Contexts
  description: 'Confluent Schema Registry API — Contexts. 1 operations. Lead operation: List schema contexts. Self-contained
    Naftiko capability covering one Schema Evolution business surface.'
  tags:
  - Schema Evolution
  - Contexts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SCHEMA_EVOLUTION_API_KEY: SCHEMA_EVOLUTION_API_KEY
capability:
  consumes:
  - type: http
    namespace: schema-evolution-contexts
    baseUri: https://your-schema-registry-host
    description: Confluent Schema Registry API — Contexts business capability. Self-contained, no shared references.
    resources:
    - name: contexts
      path: /contexts
      operations:
      - name: get
        method: GET
        description: List schema contexts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: schema-evolution-contexts-rest
    port: 8080
    description: REST adapter for Confluent Schema Registry API — Contexts. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/contexts
      name: contexts
      description: REST surface for contexts.
      operations:
      - method: GET
        name: get
        description: List schema contexts
        call: schema-evolution-contexts.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: schema-evolution-contexts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Confluent Schema Registry API — Contexts. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-schema-contexts
      description: List schema contexts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: schema-evolution-contexts.get
      outputParameters:
      - type: object
        mapping: $.