analyze_cognitive_load
Assess cognitive load of entities by computing token density, redundancy, diversity, and composite load score to identify overloaded contexts above a threshold.
Instructions
Analyze the cognitive load of a set of entities: token density, redundancy ratio, diversity score, and composite load score
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityNames | Yes | Names of entities to analyze | |
| loadThreshold | No | Load score threshold above which context is considered overloaded (default: 0.7) |