Skip to main content
Glama

MCP Kafka Schema Reg

MIT License
21
  • Apple
  • Linux

register_schema_interactive

Interactively register and complete Kafka schemas by eliciting missing field definitions from users, ensuring accurate and fully defined schema submissions.

Instructions

Interactive schema registration with elicitation for missing field definitions.

When schema_definition is incomplete or missing fields, this tool will elicit the required information from the user interactively.

Input Schema

NameRequiredDescriptionDefault
contextNo
registryNo
schema_definitionNo
schema_typeNoAVRO
subjectYes

Input Schema (JSON Schema)

{ "properties": { "context": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Context" }, "registry": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Registry" }, "schema_definition": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Schema Definition" }, "schema_type": { "default": "AVRO", "title": "Schema Type", "type": "string" }, "subject": { "title": "Subject", "type": "string" } }, "required": [ "subject" ], "type": "object" }

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