delete_stateful_response
Remove specific responses from Grok MCP server to manage conversation history and maintain clean chat sessions by deleting identified response entries.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
response_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"response_id": {
"title": "Response Id",
"type": "string"
}
},
"required": [
"response_id"
],
"type": "object"
}