asana_list_workspace_custom_fields
List all custom fields in an Asana workspace to locate the field GID needed to attach to a board. Handles pagination to return complete results.
Instructions
List ALL custom fields defined in the workspace (design discovery — find a field GID to attach to a board). Paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (max 100, default 100) | |
| max_pages | No | Max pages to follow (default 20 = 2000 items) | |
| workspace | No | ||
| opt_fields | No | Override the rich default opt_fields. Pass field paths e.g. ["name","assignee.name","custom_fields.display_value"]. |