CS
Context Studios MCP
/fetch
Fetch Context Studios Document
Fetch the full content of a document by ID returned from the search tool.
liveverifiedunknown~5s typical
mcpprobedcontextstudiosmcp
$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-contextstudios-mcp /fetch for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Document ID from search results, e.g. 'blog:de:mein-artikel' |
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-contextstudios-mcp","endpoint":"/fetch","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-ai-contextstudios-mcp -e /fetch -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-ai-contextstudios-mcp", endpoint: "/fetch", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.