Skip to main content
Glama
aywengo

MCP Kafka Schema Reg

get_mcp_compliance_status_tool

Check MCP 2025-06-18 specification compliance and configuration details, including JSON-RPC batching status, protocol version, header validation, and migration guidance.

Instructions

Get MCP 2025-06-18 specification compliance status and configuration details.

Returns information about JSON-RPC batching status, protocol version, header validation, and migration guidance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv2.2.2
    • addedInput schema / additionalProperties
      Added value: +false
  2. First observedv1.0.0

TDQS

A4/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 full burden. It discloses the nature of the returned data (batching status, protocol version, header validation, migration guidance) and the read-only 'Get/Returns' framing, but it does not state explicit side-effect-free behavior, auth needs, rate limits, or whether it performs network calls. It is adequate but not comprehensive.

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?

The description is two sentences with no filler. The primary purpose is front-loaded, and the second sentence provides concrete details about the returned information. Every phrase earns its place.

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

Completeness4/5

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

For a zero-parameter tool with no output schema, the description covers the main purpose and the categories of returned information. It is slightly vague on exact response structure and configuration details, but the simplicity of the tool makes this a minor gap rather than a critical omission.

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

Parameters4/5

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

The input schema has zero parameters and 100% description coverage, so the baseline is 4. The description adds no parameter-specific guidance, but none is needed for a parameterless tool.

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

Purpose5/5

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

The description clearly identifies a specific operation: getting MCP 2025-06-18 compliance status and configuration details. The verb 'Get' plus the precise resource ('MCP specification compliance status') distinguishes it from all sibling tools, which focus on registries, schemas, contexts, and configs—none of which overlap with compliance checking.

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

Usage Guidelines3/5

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

The usage is implied but not explicit: an agent can infer to use this tool when checking MCP spec compliance or planning migration. However, there are no explicit when-to-use conditions, prerequisites, or comparisons to alternatives like get_global_config or get_mode, leaving some room for interpretation.

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