D
docs-mcp
/invalidate_docs_cache
invalidate docs cache
Invalidate docs cache entries for index data, all pages, or a specific page path.
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 /invalidate_docs_cache for me.
Input
| Field | Type | Description |
|---|---|---|
| target | string (all | index | pages | page) | Which cache area to invalidate. |
| path | string | Required when target is page; identifies the specific docs path to invalidate. |
| docs_ref | string | Optional docs ref to scope page/index cache invalidation. |
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":"/invalidate_docs_cache","input":{}}'cli
npx cracked-ai run -p mcp-ac-tandem-docs-mcp -e /invalidate_docs_cache -i '{}'mcp
run_tool({ provider: "mcp-ac-tandem-docs-mcp", endpoint: "/invalidate_docs_cache", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.