action asana_get_team { label: "Get a team" description: "Returns the full record for a single team." provider: asana method: GET path: "/teams/{team_gid}" encoding: json output: { type: "object" properties: { data: { type: "object" } } } }