reset_conversation
Clear stored chat history for a conversation ID to start a fresh thread without changing the ID. Affects only server-side memory in the current process.
Instructions
Delete stored in-memory chat history for a conversation_id. Use this when you want to keep the same ID but start a fresh thread. This only affects server-side memory in the current MCP process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| message | No | ||
| removed | No | ||
| retryable | No | ||
| error_type | No | ||
| suggestion | No | ||
| conversation_id | No |