Skip to main content
Glama

MCP Kafka Schema Reg

MIT License
17
  • Apple
  • Linux

submit_elicitation_response

Submit elicited data responses from clients via MCP Kafka Schema Reg, ensuring structured and required inputs like request ID and response data are processed efficiently.

Instructions

Submit an elicitation response from the client.

Input Schema

NameRequiredDescriptionDefault
request_idYes
response_dataYes

Input Schema (JSON Schema)

{ "properties": { "request_id": { "title": "Request Id", "type": "string" }, "response_data": { "additionalProperties": true, "title": "Response Data", "type": "object" } }, "required": [ "request_id", "response_data" ], "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