N
nullary
/search_admet_failures
search admet failures
Small-molecule ADMET failures.
liveverifiedunknown~5s typical
mcpprobednullary
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-nullary-nullary /search_admet_failures for me.
Input
| Field | Type | Description |
|---|---|---|
| target | string | UniProt accession or gene symbol |
| compound | string | compound name, ChEMBL ID, or InChIKey |
| outcome | string | outcome filter (inactive, failed_safety, terminated, …) |
| tier | string (curated | all) | Confidence tier. 'curated' (default) returns the credible layer; 'all' also includes high- default "curated" |
| limit | integer | Maximum number of findings to return (1–100, default 25). default 25 |
| offset | integer | Number of findings to skip before this page, for pagination (default 0). default 0 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-nullary-nullary","endpoint":"/search_admet_failures","input":{"tier":"curated","limit":25,"offset":0}}'cli
npx cracked-ai run -p mcp-ai-nullary-nullary -e /search_admet_failures -i '{"tier":"curated","limit":25,"offset":0}'mcp
run_tool({ provider: "mcp-ai-nullary-nullary", endpoint: "/search_admet_failures", input: {"tier":"curated","limit":25,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.