Skip to main content
Glama
SeanFDZ

AgentBridge

by SeanFDZ

classic_mac_key_press

Press a key with optional modifiers to execute keyboard shortcuts on Classic Mac OS, such as Cmd+S to save or arrow keys for navigation.

Instructions

Press a key with optional modifiers. Use for keyboard shortcuts (e.g. Cmd+S to save) and special keys (return, escape, arrows).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesKey name: a-z, 0-9, return, tab, escape, space, delete, left, right, up, down, f1-f12, or any single character
targetNoTarget ID or alias. Optional if only one target is configured.
modifiersNoComma-separated modifiers: cmd, opt, shift, ctrl
Behavior3/5

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

No annotations provided, so description carries full burden. Discloses pressing keys with modifiers but lacks details on side effects, failure behavior, permissions, or targeting context (e.g., need for focused target). Basic transparency but could be more thorough.

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, front-loaded sentences with no wasted words. Core action and examples provided efficiently.

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?

Adequate for a simple key press tool with 3 parameters all described. Missing return value information (e.g., success/failure) but overall sufficient given tool simplicity and schema richness.

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 baseline is 3. Description adds examples of keys and modifiers (e.g., Cmd+S) but does not significantly extend beyond schema descriptions. No additional semantics for the target parameter.

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?

Description clearly states 'Press a key with optional modifiers' and gives specific examples like Cmd+S, return, escape, arrows. It distinguishes from sibling tools like classic_mac_type_text and classic_mac_click.

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

Usage Guidelines3/5

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

Provides clear use cases (keyboard shortcuts, special keys) and an example (Cmd+S), but does not explicitly state when not to use it or compare with alternatives like type_text or click. Implicit guidance is present but not exhaustive.

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/SeanFDZ/agentbridge'

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