action wikipathways_get_get_pathway_info { label: "get_getPathwayInfo" description: "getPathwayInfoGet some general info about the pathway, such as the name, species, without downloading the GPML." provider: wikipathways method: GET path: "/getPathwayInfo" encoding: json input: { type: "object" properties: { format: { type: "string" enum: ["json", "xml", "html", "dump", "jpg", "pdf"] } pwId: { type: "string" } } required: ["pwId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }