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