CD
CROssBAR Data API
/efo
Get EFO diseases data
Get EFO diseases data
liveunknown~3s typical
efo disease termscrossbar
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-ebi-ac-uk /efo for me.
Input
| Field | Type | Description |
|---|---|---|
| doid | array | doid default null |
| label | array | label default null |
| limit | integer | limit default 10 |
| mesh | array | mesh default null |
| oboId | array | oboId default null |
| omimId | array | omimId default null |
| page | integer | page default 0 |
| synonym | array | synonym 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":"/efo","input":{"doid":[],"label":[],"limit":10,"mesh":[],"oboId":[],"omimId":[],"page":0,"synonym":[]}}'cli
npx cracked-ai run -p oa-ebi-ac-uk -e /efo -i '{"doid":[],"label":[],"limit":10,"mesh":[],"oboId":[],"omimId":[],"page":0,"synonym":[]}'mcp
run_tool({ provider: "oa-ebi-ac-uk", endpoint: "/efo", input: {"doid":[],"label":[],"limit":10,"mesh":[],"oboId":[],"omimId":[],"page":0,"synonym":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.