action wikipathways_get_find_pathways_by_text { label: "get_findPathwaysByText" description: "findPathwaysByText" provider: wikipathways method: GET path: "/findPathwaysByText" encoding: json input: { type: "object" properties: { format: { type: "string" enum: ["json", "xml", "html", "dump", "jpg", "pdf"] } query: { type: "string" } species: { type: "string" } } required: ["query"] additionalProperties: false } output: { type: "object" additionalProperties: true } }