get_file_analysis
Retrieve a pre-computed LLM analysis summary describing what a source file is responsible for. Returns summary, model, and analysis timestamp.
Instructions
Return the file-level LLM analysis summary for a source file.
Read-only: yes. No side effects. Returns the pre-computed 2-3 sentence
summary describing what the file is responsible for. Generated during
fw-context index when [llm] analyze_symbols is enabled.
Returns file, summary, model, analyzed_at on success,
or an error message if no analysis exists yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to source file — relative to project root. | |
| project_root | No | Project root. Auto-detected if omitted. |