agda_goal_info
Retrieve the type and context of a specific Agda goal or hole to understand what needs to be proved and which assumptions are available.
Instructions
Get the type and context of a specific goal/hole.
Args: file_path: Absolute path to the .agda file goal_id: The goal/hole number (from agda_load output)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal_id | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |