get_elicitation_request
Retrieve detailed information about a specific elicitation request by providing its request ID. This function integrates with the MCP Kafka Schema Reg server to facilitate schema-related queries.
Instructions
Get details of a specific elicitation request.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
request_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"request_id": {
"title": "Request Id",
"type": "string"
}
},
"required": [
"request_id"
],
"type": "object"
}