Skip to main content
Glama
aywengo

MCP Kafka Schema Reg

get_schema

Retrieve a specific schema version from a Kafka Schema Registry by subject and context. Use this to obtain exact schema definitions for a given version, including latest.

Instructions

Get a specific version of a schema.

NOTE: This tool is maintained for backward compatibility. Consider using the 'schema://{name}/{context}/{subject}' resource instead for better performance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextNo
subjectYes
versionNolatest
registryNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed5 schema fields changedv2.2.2
    • addedInput schema / additionalProperties
      Added value: +false
    • removedInput schema / properties / context / title
      Removed value: -"Context"
    • removedInput schema / properties / registry / title
      Removed value: -"Registry"
    • removedInput schema / properties / subject / title
      Removed value: -"Subject"
    • removedInput schema / properties / version / title
      Removed value: -"Version"
  2. First observedv1.0.0

TDQS

B3.4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the behavioral burden. It adds useful context beyond the obvious 'get' operation: the tool is legacy/backward-compatibility and the alternative resource has better performance. However, it does not disclose the return shape, error behavior, or any auth/rate-limit considerations, and there is no output schema to fill that gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two short sentences, front-loaded with the core purpose and followed by a focused compatibility note. Every word earns its place; there is no filler, and the structure makes the recommendation easy to scan.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 4 parameters, zero param documentation, no annotations, and no output schema, the description is under-specified. It fails to explain what the tool returns, what registry/context mean, or how this compares to get_schema_by_id. The performance note and legacy framing help, but an agent lacks enough detail to reliably invoke and interpret results.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate, but it only weakly does so. The phrase 'specific version' clarifies the version parameter, and the resource URI 'schema://{name}/{context}/{subject}' hints that context and subject are identifier components. However, the meaning of registry, the format/behavior of version (despite its 'latest' default), and the relationship between registry and context are left unexplained.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: 'Get a specific version of a schema.' This is clear about the core operation and the 'specific version' wording hints at the distinction from get_schema_versions. However, it does not differentiate from other schema-lookup siblings like get_schema_by_id, which fetches schemas by ID rather than by subject/version.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides an explicit alternative: 'Consider using the schema://{name}/{context}/{subject} resource instead for better performance,' and frames the tool as maintained for backward compatibility. This gives clear when-to-prefer-another-direction guidance. It does not, however, address the sibling tools that also retrieve schemas (get_schema_by_id, get_schema_versions), so routing is only partially covered.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aywengo/kafka-schema-reg-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server