> ## Documentation Index
> Fetch the complete documentation index at: https://dialnexa.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Knowledge Base MCP Tools

> Use DialNexa knowledge base MCP tools through the remote MCP server.

DialNexa knowledge base MCP tools let an MCP-compatible AI client inspect and manage agent knowledge base containers. Each tool page includes its exact server description, input schema, safety level, request shape, and retry guidance.

## Available Knowledge Base MCP Tools

| Tool                                                                                       | Safety                              | What it does                                                                      |
| ------------------------------------------------------------------------------------------ | ----------------------------------- | --------------------------------------------------------------------------------- |
| [`list_knowledge_base_documents`](/docs/mcp-tools/knowledge-base/list-knowledge-base-documents) | Read only                           | Returns the organization's knowledge base entries used to ground agent responses. |
| [`get_knowledge_base_document`](/docs/mcp-tools/knowledge-base/get-knowledge-base-document)     | Read only                           | Returns a single knowledge base document by ID (e.g. kb\_abc123).                 |
| [`create_knowledge_base`](/docs/mcp-tools/knowledge-base/create-knowledge-base)                 | Changes state - verify before retry | Creates a new, empty named knowledge base container for the organization.         |
| [`update_knowledge_base`](/docs/mcp-tools/knowledge-base/update-knowledge-base)                 | Changes state - verify before retry | Renames a knowledge base container.                                               |
| [`delete_knowledge_base`](/docs/mcp-tools/knowledge-base/delete-knowledge-base)                 | Destructive                         | Permanently deletes a knowledge base and its documents.                           |

## Before you call a tool

Connect with OAuth or a workspace API key and complete MCP initialization first. Use IDs exactly as another DialNexa tool returned them, including prefixes such as `agent_`, `call_`, and `workflow_`.

For operations that change data, verify the target and current state before the call. Billable and destructive tools require extra care because retrying an uncertain result can spend money or repeat an irreversible action.

## Related guides

* [MCP quickstart](/docs/mcp-tools/quickstart)
* [MCP responses and errors](/docs/mcp-tools/errors)
* [MCP connection and authentication](/docs/mcp-tools/overview)
