Skip to content
Arxo Arxo

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.

ToolDescription
analyze_architectureRun agent and OpenClaw architecture analysis. Returns reliability, governance, safety, and coordination metrics for agent/LLM code and OpenClaw config/skill/observability metrics.
arxo_config_helpGet 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_validateValidate 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_suggestSuggest an arxo.yaml config for a project: detects language, suggests excludes, and generates ready-to-use YAML. Parameters: project_path, optional language.
  • arxo_config_help — Schema and examples for arxo.yaml.
  • arxo_config_validate — Validate config file or inline YAML.
  • arxo_config_suggest — Generate a suggested config for the project.
Use caseRecommended tool
Agent / OpenClaw architecture health checkanalyze_architecture
Learn how to write arxo.yamlarxo_config_help
Check if config is validarxo_config_validate
Bootstrap config for a new projectarxo_config_suggest

See Workflows for step-by-step examples.