Skip to main content
Glama

cancel_elicitation_request

Cancel a pending elicitation request for Kafka Schema Registry by providing the request ID, ensuring efficient management of schema-related processes.

Instructions

Cancel a pending elicitation request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_idYes

Implementation Reference

  • The output schema for the cancel_elicitation_request tool, mapped to the standard SUCCESS_RESPONSE_SCHEMA.
    "cancel_elicitation_request": SUCCESS_RESPONSE_SCHEMA,
  • Core implementation of cancelling an elicitation request in the ElicitationManager class. Removes the request from pending_requests and cancels associated timeout tasks.
    def cancel_request(self, request_id: str) -> bool: """Cancel a pending elicitation request.""" if request_id in self.pending_requests: self._cleanup_request(request_id) logger.info(f"Cancelled elicitation request {request_id}") return True return False

Other Tools

Related Tools

Latest Blog Posts

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