概览

Read docsbook doc

MCPread_docsbook_doc
READno token needed$0.00003 / call
Features

Read ONE page of DOCSBOOK'S OWN official documentation in full, verbatim, by the path from a search_docsbook_docs hit (e.g. 'guides/advanced/custom-domain.md'). Reading the page before you answer is the difference between telling a user which switch to flip and inventing one.

Input1
Authorizationheaderrequired
Your API key, for the REST call. Sent from your browser straight to the API — never to Docsbook, never stored.
pathstringrequired
Path in the official docs, from a search_docsbook_docs hit, e.g. 'ai/chat.md'.
Use cases
  • Use it when the search snippet is not enough to act on: step-by-step setup, the exact list of options a setting takes, what a limit actually is, what a plan actually includes.
Limitations
  • 🔴 This is Docsbook the PLATFORM's own manual, not the user's documentation — that is the project's own read-page tool (read_project_doc on the signed-in server, or the branded one a public endpoint names).
Example input
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "read_docsbook_doc",
    "arguments": {
      "path": "<path>"
    }
  }
}

更新于

此页面对您有帮助吗?