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