get_capabilities
Check available O3DE MCP capabilities to verify editor connection and CLI availability before using tools. Dynamically lists tool categories to prevent failed calls.
Instructions
Check what O3DE MCP capabilities are currently available.
Call this first to determine whether the editor is connected (for editor tools) and whether the O3DE CLI is available (for project tools). This avoids wasting tokens on tools that will fail.
Tool categories are discovered dynamically — any new tools added to the server will automatically appear in the response.
Returns:
JSON object with editor, cli, and tool_categories
sections describing current availability and configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |