action asana_get_dependents_for_task { label: "Get dependents from a task" description: "Returns the compact representations of all of the dependents of a task." provider: asana method: GET path: "/tasks/{task_gid}/dependents" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" } } } } }