List Projects
project_listList projects in the workspace. Filter by status: active (default), done, archived, or all. Returns up to limit projects; hasMore is true when more matched than were returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results; the response's `hasMore` reports truncation | |
| cursor | No | Opaque pagination cursor from a previous call's `nextCursor`. Pass it with the same filters to fetch the next page. | |
| status | No | Filter by project status | active |
| context | Yes | Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization." | |
| workspace | No | Workspace id, slug, or name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| total | Yes | ||
| hasMore | Yes | True when more results matched than were returned | |
| projects | Yes | ||
| nextCursor | Yes |