oc_progress_status
Check whether an OpenChrome session is progressing, stalling, or stuck. Returns bounded counters and advisory next-call suggestions for session health monitoring.
Instructions
Read-only diagnostics for whether the current OpenChrome session appears to be progressing, stalling, or stuck. Returns bounded counters and advisory next-call suggestions; it never stops, retries, recovers, or executes browser actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Optional session ID. Defaults to the current MCP session. | |
| window | No | Recent completed calls to inspect. Default 10, min 3, max 50. | |
| includeRecentCalls | No | Include redacted compact recent call summaries. Default false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | ||
| status | Yes | ||
| window | Yes | ||
| counters | Yes | ||
| topSignal | No | ||
| suggestedPolicy | Yes | ||
| suggestedNextCalls | Yes | ||
| recentCalls | No |