Skip to main content
Returns KonbiniAPI documentation for a specific topic. Useful when the agent needs to understand response shapes, pagination, credit costs, or error handling before or during a task. In practice, well-prompted agents go straight to search_endpointscall_endpoint and only call get_docs as a fallback for ambiguous situations.

Parameters

ParameterTypeRequiredDescription
topicstringYesThe topic to retrieve. See available topics below.

Available topics

TopicDescription
quickstartOverview of the MCP tools and how to use them.
authenticationHow authentication works in the MCP context.
response-formatHow responses are structured (ActivityStreams 2.0).
paginationCursor-based pagination and how to iterate through pages.
creditsCredit costs, the metadata object, and refund rules.
errorsError codes and what to do when requests fail.

Example

{
  "name": "get_docs",
  "arguments": {
    "topic": "pagination"
  }
}