Skip to main content
Glama

MCP Kafka Schema Reg

MIT License
17
  • Apple
  • Linux

export_schema

Retrieve and export a single schema in JSON or another specified format from the Kafka Schema Registry. Define the subject, version, and context for precise schema extraction.

Instructions

Export a single schema in the specified format.

Input Schema

NameRequiredDescriptionDefault
contextNo
formatNojson
registryNo
subjectYes
versionNolatest

Input Schema (JSON Schema)

{ "properties": { "context": { "default": null, "title": "Context", "type": "string" }, "format": { "default": "json", "title": "Format", "type": "string" }, "registry": { "default": null, "title": "Registry", "type": "string" }, "subject": { "title": "Subject", "type": "string" }, "version": { "default": "latest", "title": "Version", "type": "string" } }, "required": [ "subject" ], "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