CD
CROssBAR Data API
/activities
Get ChEMBL activities
Get ChEMBL activities
liveunknown~3s typical
activitiescrossbar
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-ebi-ac-uk /activities for me.
Input
| Field | Type | Description |
|---|---|---|
| assayChemblId | array | assayChemblId default null |
| limit | integer | limit default 10 |
| moleculeChemblId | array | moleculeChemblId default null |
| page | integer | page default 0 |
| pchemblValue | number | pchemblValue default null |
| targetChemblId | array | targetChemblId default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-ebi-ac-uk","endpoint":"/activities","input":{"assayChemblId":[],"limit":10,"moleculeChemblId":[],"page":0,"pchemblValue":1,"targetChemblId":[]}}'cli
npx cracked-ai run -p oa-ebi-ac-uk -e /activities -i '{"assayChemblId":[],"limit":10,"moleculeChemblId":[],"page":0,"pchemblValue":1,"targetChemblId":[]}'mcp
run_tool({ provider: "oa-ebi-ac-uk", endpoint: "/activities", input: {"assayChemblId":[],"limit":10,"moleculeChemblId":[],"page":0,"pchemblValue":1,"targetChemblId":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.