Skip to main content
Glama

MCP Kafka Schema Reg

MIT License
21
  • Apple
  • Linux

get_schema_by_id

Retrieve schema details by its globally unique ID from the Kafka Schema Registry. The tool returns schema content, type, and metadata for efficient schema management.

Instructions

Get a schema by its globally unique ID.

Args: schema_id: The globally unique schema ID registry: Optional registry name (ignored in single-registry mode)

Returns: Schema information including content, type, and metadata

Input Schema

NameRequiredDescriptionDefault
registryNo
schema_idYes

Input Schema (JSON Schema)

{ "properties": { "registry": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Registry" }, "schema_id": { "title": "Schema Id", "type": "integer" } }, "required": [ "schema_id" ], "type": "object" }
Install Server

Other Tools from MCP Kafka Schema Reg

Related Tools

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