List all projects
list_projectsRetrieve all recorded app-project pairs with total time, active days, and first/last seen dates. Filter by case-insensitive substring match to find projects by name or app.
Instructions
Every (app, project) pair ever recorded with all-time totals, days active, and first/last seen. Optional case-insensitive substring search against project name or app. Useful for 'have I ever worked on something called X?' or 'what's my biggest project all-time?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Case-insensitive substring match against project name or app name | |
| limit | No | Max projects returned (default 200) |