action asana_get_projects_for_task { label: "Get projects a task is in" description: "Returns a compact representation of all of the projects the task is in." provider: asana method: GET path: "/tasks/{task_gid}/projects" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" } } } } }