Skip to main content
Glama

MCP Kafka Schema Reg

MIT License
21
  • Apple
  • Linux

export_global_interactive

Export schemas globally with user-guided preferences. When unspecified, this tool interactively collects necessary configurations for registry, metadata, format, and compression.

Instructions

Interactive global export with elicitation for export preferences.

When export preferences are not specified, this tool will elicit the required configuration from the user.

Input Schema

NameRequiredDescriptionDefault
compressionNo
formatNo
include_configNo
include_metadataNo
include_versionsNo
output_formatNo
registryNo
schemas_per_fileNo

Input Schema (JSON Schema)

{ "properties": { "compression": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Compression" }, "format": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Format" }, "include_config": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Include Config" }, "include_metadata": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Include Metadata" }, "include_versions": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Include Versions" }, "output_format": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Output Format" }, "registry": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Registry" }, "schemas_per_file": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Schemas Per File" } }, "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