shortcuts_usage
Access shortcut usage history, execution patterns, and user preferences to match intents with available shortcuts without prompting.
Instructions
Access shortcut usage history, execution patterns, and user preferences. Before asking the user which shortcut to use, load the shortcuts resource (resources: ['shortcuts']) — entries with 'purposes' describe what shortcuts do, enabling intent matching without prompting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| data | No | ||
| resources | No | Contextual resources to include. 'shortcuts' for available shortcuts with purpose annotations, 'profile' for user preferences and workflow patterns, 'statistics' for execution analytics. |