List docsbook docs
MCP
list_docsbook_docsREADno token needed$0.00003 / call
Features
List EVERY page of Docsbook's own official documentation — the product's full table of contents.
Input1
Your API key, for the REST call. Sent from your browser straight to the API — never to Docsbook, never stored.
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_docsquery 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_outlineon 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": {}
}
}Example output