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