asana_get_custom_field_settings
Retrieve live custom field settings for a project, including field GIDs, types, and enum options, to prevent drift from outdated hand-coded maps.
Instructions
Fetch a project's custom field settings — live field GIDs, types, and enum option GIDs. Use this to derive field/option GIDs live instead of trusting hand-coded maps that drift.
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) | |
| opt_fields | No | Override the rich default opt_fields. Pass field paths e.g. ["name","assignee.name","custom_fields.display_value"]. | |
| project_gid | Yes | Project GID |