action ebi_get_bioassays_using_get { label: "Get pubchem bioassays" provider: ebi method: GET path: "/pubchem/bioassays" encoding: json input: { type: "object" properties: { accession: { type: "string" } assayPubchemId: { type: "string" } limit: { type: "string" } ncbiProteinId: { type: "string" } page: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }