List past conversations
list_conversationsRetrieve past AI coding conversations from multiple tools (Claude Code, Codex, Cursor, GLM) to resume or review. Filter by source, project, or title.
Instructions
List past AI coding conversations across tools (Claude Code, Codex, Cursor, GLM), most recent first. Use this to let the user pick a conversation to continue. Returns id, source, title, project, model, updatedAt, messageCount.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max results (default 20) | |
| query | No | substring match on the conversation title | |
| source | No | filter to one source: 'claude' | 'codex' | 'cursor' | 'glm' | |
| project | No | substring match on project path / cwd |