action asana_get_project_templates { label: "Get multiple project templates" description: "Returns the compact project template records for all project templates in the given team or workspace." provider: asana method: GET path: "/project_templates" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" } } } } }