概要

List docsbook docs

MCPlist_docsbook_docs
READno token needed$0.00003 / call
Features

List EVERY page of Docsbook's own official documentation — the product's full table of contents.

Input1
Authorizationheaderrequired
Your API key, for the REST call. Sent from your browser straight to the API — never to Docsbook, never stored.
path_prefixstring
Optional: only pages under this prefix, e.g. 'guides/' or 'ai/'.
Use cases
  • The one call that answers 'what can Docsbook do?' without having to guess a search query first: the page list is the feature list.
  • Use it to orient yourself before advising a user what to do, to check whether a capability is documented at all, or when a search_docsbook_docs query came back empty and you need to know whether the topic is missing or just worded differently.
Limitations
  • 🔴 This is Docsbook the platform's own manual, not the user's documentation — that is the project's own outline tool (get_project_doc_outline 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": "list_docsbook_docs",
    "arguments": {}
  }
}

更新日

このページは役に立ちましたか?