action ebi_get_molecules_using_get { label: "Get ChEMBL molecules" provider: ebi method: GET path: "/molecules" encoding: json input: { type: "object" properties: { canonicalSmiles: { type: "string" } inchiKey: { type: "string" } limit: { type: "string" } moleculeChemblId: { type: "string" } page: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }