list_recent_conversations
Retrieve recent conversations from multiple AI platforms. Filter by day range, platform, or project to quickly find past interactions and recall reasoning.
Instructions
Return conversations ordered by recency (not semantic similarity).
Use this when the user asks for "recent conversations", "ここ2日の会話", etc. Each row header: [conv_id | platform | started→ended | title | topic | cluster | msgs | intensity] followed by a short snippet of the first message.
Args: days: look-back window in days (default 2) limit: max conversations to return (default 20) platform: filter by platform (e.g. "claude_code", "chatgpt") project: substring match on conversation title (e.g. "my-webapp", "JSAS2026")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| limit | No | ||
| project | No | ||
| platform | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |