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