recent_threads
Retrieve a list of your most recently updated conversation threads. Optionally filter by project path, source, tags, or only starred threads to find what you have been working on.
Instructions
List the user's most recently updated conversation threads (newest first), optionally filtered by source or project path. Use this to see what the user has been working on lately. Returns thread summaries with a threadId to fetch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Only threads tagged with ANY of these tags (see list_tags). Empty = all. | |
| limit | No | Max threads to return (default 20). | |
| project | No | Substring-match the project path (e.g. a repo path) to scope results. | |
| sources | No | Optional source filter (see search_threads). Empty = all sources. | |
| starred | No | If true, return only threads the user has starred. |