Skip to main content
Glama
hqhq1025

open-zcode-computer-use

by hqhq1025

Key

key
Destructive

Send keyboard keys or chord shortcuts to a target macOS application. Use to automate commands like cmd+a or return, with optional repeat and app scoping.

Instructions

Send a key or chord to a scoped application.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesKey or chord, for example cmd+a or return.
repeatNo
app_refNo
strategyNoPrefer accessibility, require accessibility, or require event dispatch.auto
return_stateNoOptionally observe the target again after the action.none
Install Server

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already flag destructiveHint=true and readOnly=false, so the description does not need to restate the safety profile. It adds the scoped-application targeting behavior, but it does not disclose potential side effects such as triggering application shortcuts or whether the target app must be focused.

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?

The description is a single sentence with no filler, and the action verb and target are front-loaded. Every word adds meaning, making it appropriately concise for the tool's basic purpose.

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?

For a five-parameter tool with no output schema and many sibling input tools, the description is adequate but thin. It establishes the high-level action and target while relying on the schema for parameter details, but it lacks routing guidance and app_ref semantics, so an agent may need additional information to invoke it confidently.

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 descriptions already cover text, strategy, and return_state, with a basic description for repeat, while app_ref has no schema description. The description's 'scoped application' hints at the role of app_ref but does not specify its format, and no other parameters are elaborated.

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

Purpose4/5

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

The description uses a specific action verb ('Send'), names the object ('a key or chord'), and specifies the target ('a scoped application'), so the core function is clear. It does not explicitly contrast with sibling tools like type or hold_key, but the scoped-application qualifier helps distinguish it from global input.

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?

The phrase 'to a scoped application' implies this is for app-targeted input, which is a useful usage signal. However, there is no explicit guidance on when to prefer key over type, hold_key, or perform_action, and no exclusions or prerequisites are stated.

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

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/hqhq1025/open-zcode-computer-use'

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