get_context_for_symbol
Retrieve a token-budget-aware summary for a symbol in a .hird source file, covering its kind, signature, effect row, docs, callers, and callees within a specified budget.
Instructions
A token-budget-aware summary of a symbol: kind, signature, effect row, doc, callers, and callees, fitted to the budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to a .hird source file. | |
| name | Yes | The symbol's name. | |
| budget | No | Approximate token budget for the summary (default 400). |