Skip to main content
Glama
aywengo

MCP Kafka Schema Reg

check_compatibility

Validate a schema against the latest version in Kafka Schema Registry to determine if it is compatible and safe for use.

Instructions

Check if a schema is compatible with the latest version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextNo
subjectYes
registryNo
schema_typeNoAVRO
schema_definitionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed6 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 / schema_definition / title
      Removed value: -"Schema Definition"
    • removedInput schema / properties / schema_type / title
      Removed value: -"Schema Type"
    • removedInput schema / properties / subject / title
      Removed value: -"Subject"
  2. First observedv1.0.0

TDQS

C2.6/5.0
Behavior2/5

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

No annotations are provided, and the description does not disclose whether the tool is read-only, what kind of result it returns, whether it performs any registration or mutation, or how compatibility is determined. The agent must infer safety and side effects from the word 'check' alone.

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

Conciseness3/5

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

The definition is a single short sentence with no filler, which is efficient. However, it is so sparse that it sacrifices enough meaning to be only minimally useful.

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?

With five parameters, no annotations, no output schema, and no parameter-level documentation, the description is insufficient for an agent to invoke the tool correctly. The agent cannot know what the compatibility result looks like or which parameters are essential beyond the required fields.

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%, and the description adds no meaning for any of the five parameters. It neither explains that 'subject' identifies the schema series, what 'schema_definition' should contain, nor the roles of context, registry, and schema_type.

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: checking schema compatibility against the latest version. However, it does not name the subject or registry explicitly, leaving 'latest version' somewhat ambiguous until the schema parameters are inspected.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool rather than related siblings such as get_schema_versions, register_schema, or get_subject_config. The intended context is only implied by the tool name and the presence of subject/schema_definition parameters.

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