action asana_get_projects_for_team { label: "Get a team's projects" description: "Returns the compact project records for all projects in the team." provider: asana method: GET path: "/teams/{team_gid}/projects" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" } } } } }