action asana_get_task { label: "Get a task" description: "Returns the complete task record for a single task." provider: asana method: GET path: "/tasks/{task_gid}" encoding: json output: { type: "object" properties: { data: { type: "object" } } } }