action mcw_get_pathways_with_diagrams_for_category_using_get { label: "Return a list of pathways based on category provided" provider: mcw method: GET path: "/pathways/diagramsForCategory/{category}" encoding: json input: { type: "object" properties: { category: { type: "string" } } required: ["category"] additionalProperties: false } output: { type: "object" additionalProperties: true } }