Übersicht

Get info

MCPget_info
READno 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
Authorizationheaderrequired
Your API key, for the REST call. Sent from your browser straight to the API — never to Docsbook, never stored.
Output11
productstring
descriptionstring
creating_a_sitestring
scoped_workspacestring
scope_hintstring
which_projectstring
How to name a project on any tool, when the endpoint is not scoped to one.
plan_tiersobject
free / pro / business, each with price, billing and what it includes.
tools_totalnumber
tool_familiesobject[]
{ family, purpose } per family this server registers.
token_scopestring
write_accessstring
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>"
}

Aktualisiert

War diese Seite hilfreich?