Skip to main content
Glama

MCP Kafka Schema Reg

MIT License
21
  • Apple
  • Linux

bulk_configuration_update

Update security policies, retention settings, and access controls across multiple schemas or contexts using a single tool, with optional dry-run functionality for testing.

Instructions

Update configuration settings across multiple schemas or contexts.

Supports security policies, retention settings, and access controls.

Input Schema

NameRequiredDescriptionDefault
config_typeNosecurity
dry_runNo
patternNo
settingsNo
target_typeNoschemas

Input Schema (JSON Schema)

{ "properties": { "config_type": { "default": "security", "title": "Config Type", "type": "string" }, "dry_run": { "default": true, "title": "Dry Run", "type": "boolean" }, "pattern": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Pattern" }, "settings": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Settings" }, "target_type": { "default": "schemas", "title": "Target Type", "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