action mcw_search_pathways_using_get { label: "Return a list of pathways based on search term" provider: mcw method: GET path: "/pathways/diagrams/search/{searchString}" encoding: json input: { type: "object" properties: { searchString: { type: "string" } } required: ["searchString"] additionalProperties: false } output: { type: "object" additionalProperties: true } }