lean_file_outline
Get a concise outline of imports and declarations with type signatures for a Lean file, speeding up project analysis.
Instructions
Get a concise outline showing imports and declarations with type signatures (theorems, defs, classes, structures).
Highly useful and token-efficient. Slow-ish.
Args:
file_path (str): Abs path to Lean file
Returns:
str: Markdown formatted outline or error msg
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |