action ebi_get_activities_using_get { label: "Get ChEMBL activities" provider: ebi method: GET path: "/activities" encoding: json input: { type: "object" properties: { assayChemblId: { type: "string" } limit: { type: "string" } moleculeChemblId: { type: "string" } page: { type: "string" } pchemblValue: { type: "string" } targetChemblId: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }