action asana_get_goal { label: "Get a goal" description: "Returns the complete goal record for a single goal." provider: asana method: GET path: "/goals/{goal_gid}" encoding: json output: { type: "object" properties: { data: { type: "object" } } } }