Get info
MCP
get_infoREADno token needed
Features
What this Docsbook MCP server is and how to work it: the plan tiers and what each unlocks, every tool family with the rule for when it applies and how many tools it holds, how a project is named on every tool, whether this token can write, and how a site is created. Call it once, first, when you have no other orientation.
Input0
Your API key, for the REST call. Sent from your browser straight to the API — never to Docsbook, never stored.
Output11
How to name a project on any tool, when the endpoint is not scoped to one.
free / pro / business, each with price, billing and what it includes.
{ family, purpose } per family this server registers.
Example input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_info",
"arguments": {}
}
}Example output
{
"product": "<product>",
"description": "<description>",
"creating_a_site": "<creating_a_site>",
"scoped_workspace": "<scoped_workspace>",
"scope_hint": "<scope_hint>",
"which_project": "<which_project>",
"plan_tiers": {},
"tools_total": 0,
"tool_families": [],
"token_scope": "<token_scope>",
"write_access": "<write_access>"
}