analyze_type_usage
Analyze type usage patterns across codebases to identify frequently used types, track dependencies, and optimize code architecture through static analysis.
Instructions
Analyze how types are used throughout the codebase
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_name | No | Name of the type to analyze (optional) | |
| module_name | No | Module to analyze (optional, analyzes all if not specified) | |
| usage_threshold | No | Minimum usage count to include in results | |
| limit | No | Maximum number of results |