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

# Dashboard MCP Tools

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

DialNexa dashboard MCP tools let an MCP-compatible AI client read call, agent, onboarding, and weekly dashboard metrics. Each tool page includes its exact server description, input schema, safety level, request shape, and retry guidance.

## Available Dashboard MCP Tools

| Tool                                                                            | Safety    | What it does                                                                                                                                                                               |
| ------------------------------------------------------------------------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [`get_dashboard_stats`](/docs/mcp-tools/dashboard/get-dashboard-stats)               | Read only | Returns the organization's call/agent/onboarding summary stats, the same numbers shown on the dashboard home page.                                                                         |
| [`get_dashboard_weekly_stats`](/docs/mcp-tools/dashboard/get-dashboard-weekly-stats) | Read only | Returns the organization's call volume for each of the last 7 days.                                                                                                                        |
| [`list_active_agents`](/docs/mcp-tools/dashboard/list-active-agents)                 | Read only | Returns the organization's currently active agents (status active, with an inbound or outbound number assigned), a lighter-weight view than list\_agents, used on the dashboard home page. |

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