Read a Mushi docs page
get_mushi_docFetch an official Mushi docs page as Markdown using a URL or route. Use after search when an excerpt is not enough; get the full content, with truncation noted.
Instructions
Fetch one official Mushi docs page as Markdown, by a url from search_mushi_docs or a route such as "/quickstart/mcp". Returns { title, url, markdown, truncated }; markdown is capped at 8,000 characters and says where to read the rest. Only indexed docs pages resolve. Read-only; works without an API key. Use after search_mushi_docs when an excerpt is not enough.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | A url from search_mushi_docs, or a docs route such as "/quickstart/mcp". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| title | Yes | ||
| markdown | Yes | ||
| truncated | Yes |