Tools
MCP Tools
Section titled “MCP Tools”The Arxo MCP server exposes the following tools. AI assistants call these with a project_path (and optional parameters) to run agent and OpenClaw architecture analysis or get configuration help.
Available Tools
Section titled “Available Tools”| Tool | Description |
|---|---|
analyze_architecture | Run agent and OpenClaw architecture analysis. Returns reliability, governance, safety, and coordination metrics for agent/LLM code and OpenClaw config/skill/observability metrics. |
arxo_config_help | Get config schema, metrics, policy operators, and example configs. Use before writing or editing arxo.yaml. Parameters: optional section (all, data, metrics, policy, report, examples). |
arxo_config_validate | Validate an arxo.yaml config: syntax, metric IDs, policy invariants, report format. Returns structured errors and warnings. Parameters: project_path, optional config_path or config_yaml. |
arxo_config_suggest | Suggest an arxo.yaml config for a project: detects language, suggests excludes, and generates ready-to-use YAML. Parameters: project_path, optional language. |
Quick Reference
Section titled “Quick Reference”Analysis
Section titled “Analysis”analyze_architecture— Run agent and OpenClaw architecture analysis. Results are cached.
Configuration
Section titled “Configuration”arxo_config_help— Schema and examples forarxo.yaml.arxo_config_validate— Validate config file or inline YAML.arxo_config_suggest— Generate a suggested config for the project.
Tool Selection Guide
Section titled “Tool Selection Guide”| Use case | Recommended tool |
|---|---|
| Agent / OpenClaw architecture health check | analyze_architecture |
Learn how to write arxo.yaml | arxo_config_help |
| Check if config is valid | arxo_config_validate |
| Bootstrap config for a new project | arxo_config_suggest |
See Workflows for step-by-step examples.