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

# Organization MCP Tools

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

DialNexa organization MCP tools let an MCP-compatible AI client inspect the current workspace and its agent folders. Each tool page includes its exact server description, input schema, safety level, request shape, and retry guidance.

## Available Organization MCP Tools

| Tool                                                                             | Safety    | What it does                                                                                 |
| -------------------------------------------------------------------------------- | --------- | -------------------------------------------------------------------------------------------- |
| [`get_my_organization`](/docs/mcp-tools/organization/get-my-organization)             | Read only | Returns basic details (name, plan, settings) about the caller's own organization.            |
| [`list_organization_folders`](/docs/mcp-tools/organization/list-organization-folders) | Read only | Returns the folders used to organize the organization's agents, optionally filtered by name. |

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