action asana_get_project_brief { label: "Get a project brief" description: "Get the full record for a project brief." provider: asana method: GET path: "/project_briefs/{project_brief_gid}" encoding: json output: { type: "object" properties: { data: { type: "object" } } } }