Skip to main content
Glama

MCP Kafka Schema Reg

MIT License
21
  • Apple
  • Linux

bulk_schema_cleanup

Clean up Kafka schemas in bulk with safety checks, including active consumer detection. Supports test schema cleanup, deprecated schema removal, and version purging with configurable options.

Instructions

Clean up schemas in bulk with safety checks.

Detects active consumers and provides options for handling them. Supports test schema cleanup, deprecated schema removal, and version purging.

Input Schema

NameRequiredDescriptionDefault
check_consumersNo
cleanup_typeNotest
forceNo
keep_versionsNo
patternNo

Input Schema (JSON Schema)

{ "properties": { "check_consumers": { "default": true, "title": "Check Consumers", "type": "boolean" }, "cleanup_type": { "default": "test", "title": "Cleanup Type", "type": "string" }, "force": { "default": false, "title": "Force", "type": "boolean" }, "keep_versions": { "default": 3, "title": "Keep Versions", "type": "integer" }, "pattern": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Pattern" } }, "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