Skip to main content
Glama

MCP Kafka Schema Reg

MIT License
14
  • Apple
  • Linux

clear_context_batch

Remove all subjects within a specified context using application-level batch operations, ensuring compliance with MCP standards. Option to delete the context or perform a dry run.

Instructions

Clear all subjects in a context using application-level batch operations.

⚠️ APPLICATION-LEVEL BATCHING: Uses individual requests per MCP 2025-06-18 compliance.

Input Schema

NameRequiredDescriptionDefault
contextYes
delete_context_afterNo
dry_runNo
registryNo

Input Schema (JSON Schema)

{ "properties": { "context": { "title": "Context", "type": "string" }, "delete_context_after": { "default": true, "title": "Delete Context After", "type": "boolean" }, "dry_run": { "default": true, "title": "Dry Run", "type": "boolean" }, "registry": { "default": null, "title": "Registry", "type": "string" } }, "required": [ "context" ], "type": "object" }

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