Get Project Sections
asana_get_project_sectionsList all sections in an Asana project to obtain their GIDs for assigning tasks to specific sections or using section-specific functions.
Instructions
List all sections in a project. Returns array of objects with gid, name, resource_type. Section GIDs are needed to place tasks in specific sections or to call section-specific tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opt_fields | No | Comma-separated extra fields to include. Default fields: gid, name, resource_type. | |
| project_id | Yes | The GID of the project (numeric string, e.g. `'1234567890123'`). |