action asana_get_parent_goals_for_goal { label: "Get parent goals from a goal" description: "Returns a compact representation of all of the parent goals of a goal." provider: asana method: GET path: "/goals/{goal_gid}/parentGoals" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" } } } } }