S
Scite
/get_drug
get drug
Fetch full details for a single FDA drug record by ID. Use this after `search_drugs` when you need the complete record for a specific drug, including every app
liveverifiedunknown~5s typical
mcpprobedscite
$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-scite-mcp /get_drug for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Drug record ID (UUID from search_drugs results, e.g. '4dd865ec-8889-49ac-8c8f-4438875937ac |
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-scite-mcp","endpoint":"/get_drug","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-ai-scite-mcp -e /get_drug -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-ai-scite-mcp", endpoint: "/get_drug", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.