debug_diagnose
Diagnose agent or session health by analyzing configuration, findings, and suggestions. Provide sessionId or agentName to run diagnostic checks and get actionable insights.
Instructions
[Arch Analyze] Arch explains documentation, diagnostics, and system health signals. Run diagnostic analysis on an agent or session. Returns config, findings, and suggestions. Provide sessionId for session diagnostics or agentName for agent config diagnostics. Set configOnly=true to inspect only config (model chain, credentials, tools) without running full diagnostics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Diagnostic depth (default: standard) | |
| agentName | No | Diagnose an agent's config | |
| projectId | No | Project ID (required for API calls, defaults to "default") | |
| sessionId | No | Diagnose a specific session | |
| configOnly | No | When true, return only the config section (model chain, credentials, tools) — equivalent to the old debug_inspect behavior |