S
Scite
/get_faers_report
get faers report
Fetch full details for a single FAERS adverse event report by ID. Use this after `search_faers` when you need the complete record for a specific report, includ
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_faers_report for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | FAERS safety report ID (e.g. '26185565') |
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_faers_report","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-ai-scite-mcp -e /get_faers_report -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-ai-scite-mcp", endpoint: "/get_faers_report", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.