Skip to main content
Glama

MCP Kafka Schema Reg

MIT License
21
  • Apple
  • Linux

submit_elicitation_response

Submit responses to elicitation requests and manage multi-step workflows automatically. Advances workflow steps upon submission to ensure progress.

Instructions

Submit a response to an elicitation request.

This tool handles both regular elicitation responses and multi-step workflow responses. When a workflow is in progress, it will automatically advance to the next step.

Input Schema

NameRequiredDescriptionDefault
completeNo
request_idYes
response_dataYes

Input Schema (JSON Schema)

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