Skip to main content
Glama

MCP Kafka Schema Reg

MIT License
17
  • Apple
  • Linux

create_context_interactive

Enable interactive context creation and metadata elicitation for Kafka Schema Registry workflows. Automatically gathers organizational details when context metadata is not provided.

Instructions

Interactive context creation with elicitation for metadata.

When context metadata is not provided, this tool will elicit organizational information from the user.

Input Schema

NameRequiredDescriptionDefault
contextYes
descriptionNo
environmentNo
ownerNo
registryNo
tagsNo

Input Schema (JSON Schema)

{ "properties": { "context": { "title": "Context", "type": "string" }, "description": { "default": null, "title": "Description", "type": "string" }, "environment": { "default": null, "title": "Environment", "type": "string" }, "owner": { "default": null, "title": "Owner", "type": "string" }, "registry": { "default": null, "title": "Registry", "type": "string" }, "tags": { "default": null, "items": {}, "title": "Tags", "type": "array" } }, "required": [ "context" ], "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