action wikipathways_get_get_curation_tags { label: "get_getCurationTags" description: "getCurationTagsGet all curation tags for the given tag name. Use this method if you want to find all pathways that are tagged with a specific curation tag." provider: wikipathways method: GET path: "/getCurationTags" 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 } }