analyze_cognitive_load
Calculate cognitive load scores for selected entities using token density, redundancy ratio, and diversity to determine whether context exceeds a configurable overload 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) |