List Weeek projects
weeek_list_projectsList all Weeek projects visible to your account to retrieve project IDs needed for tasks or show a project picker.
Instructions
PRIMARY tool for project discovery: returns every Weeek project visible to the configured token ({id, title, color, isPrivate} per project). No filters; pagination is not exposed by this endpoint. Use when the agent needs a project_id to feed into weeek_list_tasks or to surface the project picker to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projects | Yes | All projects visible to the configured Weeek account | |
| truncated | Yes | True if the response was clipped by the server's MAX_RESPONSE_CHARS gate. Re-issue with stricter filters (smaller per_page, narrower project_id) or raise MAX_RESPONSE_CHARS in the server env to receive the full payload. |