agda_server_info
Check Agda installation status, compatibility, and active workspaces to diagnose environment readiness.
Instructions
Report the detected Agda installation, compatibility, and active workspaces
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | true always returns a job handle; false blocks until Agda finishes | |
| timeoutMs | No | Override the configured Agda command timeout for this call | |
| includeRaw | No | Include Agda's native event log; omitted by default because it is large | |
| deferAfterMs | No | How long this call may block before returning a job handle; capped by maxJobWaitMs |