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