action ebi_get_compounds_using_get { label: "Get pubchem compounds" provider: ebi method: GET path: "/pubchem/compounds" encoding: json input: { type: "object" properties: { canonicalSmiles: { type: "string" } cid: { type: "string" } inchiKey: { type: "string" } limit: { type: "string" } page: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }