agda_query_metavariables
Retrieves visible and interaction-backend invisible metavariables from an Agda workspace, exposing proof goals and holes for inspection.
Instructions
Query visible and interaction-backend invisible metavariables
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 | |
| workspace | Yes | Opaque workspace handle returned by agda_load_module | |
| 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 |