Skip to main content
Glama

MCP Kafka Schema Reg

MIT License
21
  • Apple
  • Linux

create_context_interactive

Create and manage metadata contexts interactively for Kafka Schema Registry. Elicits organizational details when metadata is missing, ensuring accurate and complete context setup.

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

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