weeek_list_custom_fields
List task custom fields for a Weeek project—showing id, name, type, and select options—by reading them from a project task. Works around the missing API schema endpoint.
Instructions
List the task custom fields visible in a project (id, name, type, select options). Weeek's public API exposes no schema endpoint for them, so this reads the fields off one of the project's tasks — a project with no tasks yet returns nothing. Tasks list every field of the workspace, so some of them may belong to other projects; writing to one of those is reported as an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes |