recent_threads
List recently updated conversation threads, newest first, with optional filters by tags, project path, source, or starred status to locate 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 |
|---|---|---|---|
| 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. |