asana_create_section
Organize tasks in an Asana project by creating a new section, with optional placement before or after another section.
Instructions
Create a new section in a project. Optionally position via insert_before/insert_after (section GIDs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Section name | |
| project_gid | Yes | Project GID | |
| insert_after | No | Section GID to insert after | |
| insert_before | No | Section GID to insert before |