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