weeek_get_project
Retrieve full details of a WEEEK project, including description, creation date, and settings, using its ID obtained from listing projects.
Instructions
Get full details of a specific WEEEK project by ID. Use this AFTER weeek_list_projects to drill into a project and see its description, creation date, and settings. Returns the full project object. For listing boards inside the project, use weeek_list_boards with this project's id. The project_id parameter must be obtained from weeek_list_projects (do not guess IDs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | WEEEK project ID. Obtain from weeek_list_projects — do not guess. Required. |