Scite
S
Scite
/get_collection

get collection

Fetch a single Collection (a saved, named set of papers) by its slug. Use the `slug` returned by `create_collection` or `search_collections`. Returns the Colle

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_collection for me.

Input

FieldTypeDescription
slug*stringThe Collection slug

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_collection","input":{"slug":"..."}}'
cli
npx cracked-ai run -p mcp-ai-scite-mcp -e /get_collection -i '{"slug":"..."}'
mcp
run_tool({ provider: "mcp-ai-scite-mcp", endpoint: "/get_collection", input: {"slug":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.