action monarchinitiative_get_annotation_score { label: "Get annotation score" provider: monarchinitiative method: GET path: "/sim/score" encoding: json input: { type: "object" properties: { absent_id: { type: "array" items: { type: "string" } } id: { type: "array" items: { type: "string" } } } additionalProperties: false } output: { type: "object" properties: { categorical_score: { type: "number" description: "categorical score" } scaled_score: { type: "number" description: "scaled score" } simple_score: { type: "number" description: "simple score" } } } }