recent_threads
Retrieve the most recently updated conversation threads, sorted newest first. Filter by project, source, starred status, or tags to find specific threads.
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 |
|---|---|---|---|
| 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. | |
| tags | No | Only threads tagged with ANY of these tags (see list_tags). Empty = all. |