D
docs-mcp
/refresh_doc_page
refresh doc page
Force-refresh a docs page and report whether content came from the network, cache, or stale fallback.
liveverifiedunknown~5s typical
mcpprobeddocs-mcp
$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-ac-tandem-docs-mcp /refresh_doc_page for me.
Input
| Field | Type | Description |
|---|---|---|
| path* | string | Docs path like /start-here/ or /sdk/python/ to refresh. |
| docs_ref | string | Docs channel or immutable ref. Defaults to stable. |
| force_refresh | boolean | Whether to bypass cache and force a network refresh attempt. |
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-ac-tandem-docs-mcp","endpoint":"/refresh_doc_page","input":{"path":"..."}}'cli
npx cracked-ai run -p mcp-ac-tandem-docs-mcp -e /refresh_doc_page -i '{"path":"..."}'mcp
run_tool({ provider: "mcp-ac-tandem-docs-mcp", endpoint: "/refresh_doc_page", input: {"path":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.