agda_retrieve_contexts
Fetch types and local contexts for multiple Agda goal handles in a single round trip, reducing latency during proof development.
Instructions
Retrieve types and local contexts for several goal handles in one round trip
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | true always returns a job handle; false blocks until Agda finishes | |
| goals | Yes | Goal handles to fetch contexts for, in one round trip | |
| rewrite | No | ||
| 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 |