action asana_get_section { label: "Get a section" description: "Returns the complete record for a single section." provider: asana method: GET path: "/sections/{section_gid}" encoding: json output: { type: "object" properties: { data: { type: "object" } } } }