weeek_list_projects
Lists projects in a WEEEK workspace. Use this to discover available projects before accessing boards or tasks.
Instructions
List projects in the WEEEK workspace. Use this FIRST when an agent needs to discover what projects exist before drilling into boards or tasks. Returns an array of projects with id, name, parentId (for nested projects), and isArchived flag. For a specific project's full details, use weeek_get_project with the id returned here. For board discovery within a project, use weeek_list_boards next.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (1-50, default: 20). Default protects against 25k-token MCP response cap. | |
| offset | No | Number of items to skip for pagination (default: 0) |