> ## 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.

# File Uploads MCP Tools

> Use DialNexa file uploads MCP tools through the remote MCP server.

DialNexa file uploads MCP tools let an MCP-compatible AI client prepare secure file uploads for knowledge bases, batches, and workflow leads. Each tool page includes its exact server description, input schema, safety level, request shape, and retry guidance.

## Available File Uploads MCP Tools

| Tool                                                        | Safety                              | What it does                                                                                                                                                                                                                  |
| ----------------------------------------------------------- | ----------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`create_upload_url`](/docs/mcp-tools/uploads/create-upload-url) | Changes state - verify before retry | Prepares a secure, one-time upload slot for a real file that lives on a machine you control, so it never has to be pasted into the conversation: a PDF/text document for a knowledge base (kind kb\_document, target\_id =... |

## 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)
