Skip to main content
Glama
auspy

supasidebar-mcp

update_shortcut

Change a keyboard shortcut binding. Provide the shortcut name, a key, and at least one modifier key.

Instructions

Change a keyboard shortcut binding. Requires at least one modifier key. Use get_shortcuts to see available shortcut names.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesThe key to bind (e.g. 'space', 's', 'k', 'f1', 'left'). Valid: a-z, 0-9, space, return, tab, escape, delete, left, right, up, down, f1-f12.
nameYesThe shortcut name (e.g. 'toggleSidebar', 'saveCurrentPage'). Get names from get_shortcuts.
modifiersYesModifier keys (at least one required). Valid: 'command', 'shift', 'option', 'control'. Aliases: 'cmd', 'ctrl', 'opt', 'alt'.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool changes a binding and requires a modifier key, but does not mention that it overwrites existing bindings or any potential side effects. The description is adequate but minimal.

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 concise sentences that are front-loaded with the core purpose and essential usage constraints. Every sentence adds value with no redundancy.

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

Completeness4/5

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

Given the tool's simplicity (3 params, no output schema, no annotations), the description covers purpose, prerequisite (modifier requirement), and a helpful cross-reference (get_shortcuts). It is adequate, though could mention it overrides existing shortcuts.

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

Parameters3/5

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

Schema coverage is 100%, so the description adds limited value beyond the schema. It reiterates the modifier requirement already in the schema, and provides a useful pointer to get_shortcuts for the 'name' parameter. Baseline 3 is appropriate.

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 the action ('Change a keyboard shortcut binding') with a specific verb and resource, and it distinguishes from sibling tools like get_shortcuts (view) and clear_shortcut (delete).

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

Usage Guidelines4/5

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

The description provides context on when to use the tool: requires at least one modifier key, and advises using get_shortcuts to see available shortcut names. However, it does not explicitly mention when not to use this tool vs alternatives like add_search_shortcut or clear_shortcut.

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/auspy/supasidebar-mcp'

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