S
Scite
/get_510k_summary
get 510k summary
Fetch the full text of a single FDA 510(k) summary PDF by document ID. Use this after `search_510k_summaries` or `search_device510k` when you need the complete
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_510k_summary for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Document identifier, e.g. K192757. |
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_510k_summary","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-ai-scite-mcp -e /get_510k_summary -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-ai-scite-mcp", endpoint: "/get_510k_summary", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.