action wikipathways_get_list_pathways { label: "get_listPathways" description: "listPathways" provider: wikipathways method: GET path: "/listPathways" encoding: json input: { type: "object" properties: { format: { type: "string" enum: ["json", "xml", "html", "dump", "jpg", "pdf"] } organism: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }