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

# Templates MCP Tools

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

DialNexa templates MCP tools let an MCP-compatible AI client find reusable agent templates and inspect their configuration. Each tool page includes its exact server description, input schema, safety level, request shape, and retry guidance.

## Available Templates MCP Tools

| Tool                                                    | Safety    | What it does                                                                                    |
| ------------------------------------------------------- | --------- | ----------------------------------------------------------------------------------------------- |
| [`list_templates`](/docs/mcp-tools/templates/list-templates) | Read only | Returns the platform's catalog of pre-built agent templates, optionally filtered by agent type. |
| [`get_template`](/docs/mcp-tools/templates/get-template)     | Read only | Returns details for a single agent template by 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)
