Skip to main content
Glama
foxtrottwist

Shortcuts MCP

by foxtrottwist

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

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
dataNo
resourcesNoContextual resources to include. 'shortcuts' for available shortcuts with purpose annotations, 'profile' for user preferences and workflow patterns, 'statistics' for execution analytics.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations set readOnlyHint=false, but description only mentions 'Access', not that the tool can update via the 'update' action. Lacks disclosure of side effects, permissions, or what happens during updates.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences: first states purpose, second provides actionable workflow guidance. No redundant words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers the primary use case and gives a concrete hint, but omits details on the update action and data parameter structure, leaving gaps for a tool with nested objects.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 33%; only 'resources' parameter has a description. The main description does not explain 'action' (read/update) or the complex nested 'data' object, leaving significant ambiguity.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it accesses shortcut usage history, execution patterns, and preferences. It distinguishes from siblings 'run_shortcut' (execution) and 'view_shortcut' (single view) by focusing on analytics and context.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs to load shortcuts resource before asking user, enabling intent matching. Provides clear context for when to use this tool versus alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/foxtrottwist/shortcuts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server