Skip to main content
Glama

desktop_key

Simulate keyboard presses or key combinations to control the active window in Tracktion Waveform. Execute shortcuts like Ctrl+S or F5 to trigger DAW functions without manual input.

Instructions

Press a single key or chord. Examples: 'enter', 'esc', 'ctrl+s', 'ctrl+shift+n', 'f5'. Sent to whatever window currently has focus.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keysYes
pressesNo
intervalNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior4/5

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

Discloses that input is sent to the currently focused window, which is important for predicting side effects. It does not describe repeat behavior of presses/interval or potential focus sensitivity, but these are not safety-critical and are partially inferred from parameter names.

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?

One concise sentence with illustrative examples and no redundant or filler text. The structure is clean and easy to parse.

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?

Provides essential context: what the tool does, example input, and focus behavior. It lacks explicit contrast with desktop_type/desktop_click and full parameter explanations, but is sufficient for straightforward invocation in most cases.

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?

The description clarifies 'keys' with examples, but 'presses' and 'interval' are not explained at all. Schema provides no descriptions, so the agent must infer their meaning from names and defaults, leaving incomplete parameter semantics.

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?

States a specific action (press) and resource (single key or chord) with concrete examples. Clearly differentiates from sibling tools like desktop_type and desktop_click by focusing on keyboard shortcuts and key chords.

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?

Examples imply common use cases (keyboard shortcuts, navigation), but the description does not explicitly state when to prefer this over desktop_type for text input or desktop_click for mouse actions. Usage guidance is implicit rather than explicit.

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/jarmstrong158/waveform-MCP'

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