docs-mcp
D
docs-mcp
/answer_how_to

answer how to

Answer how to install or use Tandem, build workflows, or use the SDKs by synthesizing relevant published docs.

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 /answer_how_to for me.

Input

FieldTypeDescription
task*stringThe Tandem task or question that needs a docs-grounded answer.
docs_refstringDocs channel or immutable ref. Defaults to stable.
engine_versionstringOptional Tandem engine version hint. Prefer stable docs for installed engines.
audiencestringOptional audience hint such as developer, desktop user, or operator.
limitintegerMaximum number of supporting docs recommendations to include.

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":"/answer_how_to","input":{"task":"..."}}'
cli
npx cracked-ai run -p mcp-ac-tandem-docs-mcp -e /answer_how_to -i '{"task":"..."}'
mcp
run_tool({ provider: "mcp-ac-tandem-docs-mcp", endpoint: "/answer_how_to", input: {"task":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.