action ebi_get_assays_using_get { label: "Get ChEMBL assays" provider: ebi method: GET path: "/assays" encoding: json input: { type: "object" properties: { assayChemblId: { type: "string" } assayOrg: { type: "string" } assayType: { type: "string" } limit: { type: "string" } page: { type: "string" } targetChemblId: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }