action ebi_get_drugs_using_get { label: "drugs collected from Drugbank" provider: ebi method: GET path: "/drugs" encoding: json input: { type: "object" properties: { accession: { type: "string" } chemblId: { type: "string" } identifier: { type: "string" } limit: { type: "string" } name: { type: "string" } page: { type: "string" } pubchemCid: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }