action asana_get_tasks_for_section { label: "Get tasks from a section" description: "*Board view only*: Returns the compact section records for all tasks within the given section." provider: asana method: GET path: "/sections/{section_gid}/tasks" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" } } } } }