action monarchinitiative_get_model_query { label: "Returns list of models matching query" provider: monarchinitiative method: GET path: "/cam/model/query" encoding: json input: { type: "object" properties: { contributor: { type: "string" } title: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }