action asana_get_project_template { label: "Get a project template" description: "Returns the complete project template record for a single project template." provider: asana method: GET path: "/project_templates/{project_template_gid}" encoding: json output: { type: "object" properties: { data: { type: "object" } } } }