D
docs-mcp
/recommend_next_docs
recommend next docs
Recommend the next Tandem docs to read after a current page, optionally biased toward a goal.
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 /recommend_next_docs for me.
Input
| Field | Type | Description |
|---|---|---|
| current_path* | string | Current Tandem docs path the user has already read. |
| docs_ref | string | Docs channel or immutable ref. Defaults to stable. |
| goal | string | Optional goal such as install Tandem, use the Python SDK, or build workflows. |
| limit | integer | Maximum number of next-doc recommendations to return. |
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":"/recommend_next_docs","input":{"current_path":"..."}}'cli
npx cracked-ai run -p mcp-ac-tandem-docs-mcp -e /recommend_next_docs -i '{"current_path":"..."}'mcp
run_tool({ provider: "mcp-ac-tandem-docs-mcp", endpoint: "/recommend_next_docs", input: {"current_path":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.