Skip to main content
Glama

MCP Kafka Schema Reg

MIT License
21
  • Apple
  • Linux

bulk_schema_migration

Migrate schemas between contexts or registries with pattern-based selection, preserving schema IDs. Preview changes and enable rollback for controlled migration processes.

Instructions

Migrate schemas between contexts or registries.

Supports pattern-based selection and maintains schema IDs. Includes preview and rollback capabilities.

Input Schema

NameRequiredDescriptionDefault
dry_runNo
preserve_idsNo
schema_patternNo
source_contextNo
source_registryNo
target_contextNo
target_registryNo

Input Schema (JSON Schema)

{ "properties": { "dry_run": { "default": true, "title": "Dry Run", "type": "boolean" }, "preserve_ids": { "default": true, "title": "Preserve Ids", "type": "boolean" }, "schema_pattern": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Schema Pattern" }, "source_context": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Source Context" }, "source_registry": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Source Registry" }, "target_context": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Target Context" }, "target_registry": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Target Registry" } }, "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