retrieve_stateful_response
Retrieve stored responses from previous interactions to maintain conversation continuity and access historical context within the Grok MCP server.
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"
}