Asana · Capability
Asana Sections API — Sections
Asana Sections API — Sections. 7 operations. Lead operation: Asana Get sections in a project. Self-contained Naftiko capability covering one Asana business surface.
What You Can Do
GET
Getsectionsforproject
— Asana Get sections in a project
/v1/projects/{project-gid}/sections
POST
Createsectionforproject
— Asana Create a section in a project
/v1/projects/{project-gid}/sections
POST
Insertsectionforproject
— Asana Move or insert sections
/v1/projects/{project-gid}/sections/insert
GET
Getsection
— Asana Get a section
/v1/sections/{section-gid}
PUT
Updatesection
— Asana Update a section
/v1/sections/{section-gid}
DELETE
Deletesection
— Asana Delete a section
/v1/sections/{section-gid}
POST
Addtaskforsection
— Asana Add task to section
/v1/sections/{section-gid}/addtask
MCP Tools
asana-get-sections-project
Asana Get sections in a project
read-only
idempotent
asana-create-section-project
Asana Create a section in a project
asana-move-insert-sections
Asana Move or insert sections
asana-get-section
Asana Get a section
read-only
idempotent
asana-update-section
Asana Update a section
idempotent
asana-delete-section
Asana Delete a section
idempotent
asana-add-task-section
Asana Add task to section