Yappy documentation
YD
Yappy documentation
/get_documentation_page

Read a Yappy documentation page

Fetch one full Yappy documentation page as markdown, by slug. Use this after search_documentation when an excerpt is not enough and you need the whole page — fo

liveverifiedunknown~5s typical
mcpprobedyappydocumentation
$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-biz-yappy-yappy-docs /get_documentation_page for me.

Input

FieldTypeDescription
slug*string (quickstart | dictation | agent-mode | backends | configuration | privacy-model)Which page to fetch.

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-biz-yappy-yappy-docs","endpoint":"/get_documentation_page","input":{"slug":"quickstart"}}'
cli
npx cracked-ai run -p mcp-biz-yappy-yappy-docs -e /get_documentation_page -i '{"slug":"quickstart"}'
mcp
run_tool({ provider: "mcp-biz-yappy-yappy-docs", endpoint: "/get_documentation_page", input: {"slug":"quickstart"} })

Try it

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