get_symbol_complexity_trend
Analyze how a code symbol's complexity metrics change over time by tracking cyclomatic complexity, nesting depth, parameter count, and line numbers across git history.
Instructions
Single symbol complexity over git history: cyclomatic, nesting, params, lines at past commits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_id | Yes | Symbol ID to analyze (from search or outline) | |
| since_days | No | Analyze last N days (default: all history) | |
| snapshots | No | Number of historical snapshots (default: 6) |