Skip to main content
Glama

Grok MCP

delete_stateful_response

Permanently remove conversation responses from xAI's servers for privacy protection and data cleanup. Once deleted, responses cannot be retrieved or continued.

Instructions

Permanently deletes a stateful conversation response from xAI's servers. Use this when you want to remove a conversation for privacy or cleanup purposes. Once deleted, you won't be able to retrieve it or continue from it. This is permanent, so make sure you really want to delete it! Args: response_id: The ID of the response you want to delete Returns a dict confirming the deletion with 'response_id', 'deleted' (True/False), and a confirmation message.

Input Schema

NameRequiredDescriptionDefault
response_idYes

Input Schema (JSON Schema)

{ "properties": { "response_id": { "title": "Response Id", "type": "string" } }, "required": [ "response_id" ], "type": "object" }

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/merterbak/Grok-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server