Skip to main content
Glama

MCP Kafka Schema Reg

MIT License
17
  • Apple
  • Linux

export_global_interactive

Export global Kafka schema data interactively by eliciting user preferences for registry, metadata, config, versions, format, and compression settings when unspecified.

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
registryNo

Input Schema (JSON Schema)

{ "properties": { "compression": { "default": null, "title": "Compression", "type": "string" }, "format": { "default": null, "title": "Format", "type": "string" }, "include_config": { "default": null, "title": "Include Config", "type": "boolean" }, "include_metadata": { "default": null, "title": "Include Metadata", "type": "boolean" }, "include_versions": { "default": null, "title": "Include Versions", "type": "string" }, "registry": { "default": null, "title": "Registry", "type": "string" } }, "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