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

# Calls MCP Tools

> Use DialNexa calls MCP tools through the remote MCP server.

DialNexa calls MCP tools let an MCP-compatible AI client find call records and place confirmed outbound calls. Each tool page includes its exact server description, input schema, safety level, request shape, and retry guidance.

## Available Calls MCP Tools

| Tool                                          | Safety                  | What it does                                                                                    |
| --------------------------------------------- | ----------------------- | ----------------------------------------------------------------------------------------------- |
| [`list_calls`](/docs/mcp-tools/calls/list-calls)   | Read only               | Returns call logs for the organization, filterable by agent, status, sentiment, and date range. |
| [`get_call`](/docs/mcp-tools/calls/get-call)       | Read only               | Returns full details for a single call by its ID (e.g. call\_abc123).                           |
| [`create_call`](/docs/mcp-tools/calls/create-call) | Billable - retry unsafe | Places a real outbound phone call using one of the organization's agents.                       |

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