action asana_get_sections_for_project { label: "Get sections in a project" description: "Returns the compact records for all sections in the specified project." provider: asana method: GET path: "/projects/{project_gid}/sections" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" } } } } }