S
Scite
/create_collection
create collection
Create a new Collection owned by the signed-in user. Use this to start a Collection from a list of DOIs the user wants to group, track, and analyze together. T
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 /create_collection for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Collection name |
| description | string | Optional description |
| dois | array | Optional list of DOIs to seed the Collection, e.g. ['10.1038/s41586-020-2649-2'] |
| is_public | boolean | If true, anyone with the slug can view (default: false) default false |
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":"/create_collection","input":{"name":"...","is_public":false}}'cli
npx cracked-ai run -p mcp-ai-scite-mcp -e /create_collection -i '{"name":"...","is_public":false}'mcp
run_tool({ provider: "mcp-ai-scite-mcp", endpoint: "/create_collection", input: {"name":"...","is_public":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.