Skip to main content
Glama
Ding-Ding-Projects

lowlevel-computer-use-mcp

win_send_keys

Send keyboard inputs to a specified window without focusing it, enabling background automation of GUI applications using Win32 messages.

Instructions

Post key presses to a specific window WITHOUT focusing it (Win32 messages).

Args: params (WinSendKeysInput): target window plus key names.

Returns: str: JSON confirming the keys posted to the resolved control.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Provides useful context beyond annotations by explaining it does not focus the window and uses Win32 messages. However, it does not disclose potential failure modes, side effects, or reliability limitations (those are in schema notes). Annotations indicate a mutation but not destructive, which is consistent.

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 concise and front-loaded with the essential behavior. Including args/returns format adds structure without bloat. Every sentence contributes meaning.

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?

The description is adequate for a simple tool with a rich input schema and output schema. It explains the core functionality and return type, though it omits edge-case handling like multiple window matches or invalid handles, which is somewhat covered by the schema's descriptive fields.

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?

The description only gives a high-level summary ('target window plus key names') and does not add detail per parameter. The input schema itself provides thorough descriptions for hwnd, keys, display, and window_title, so 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 uses a specific verb and resource: 'Post key presses to a specific window WITHOUT focusing it (Win32 messages).' This clearly distinguishes it from sibling tools like press_keys or win_set_control_text and states the mechanism.

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 description implies a use case (sending keys to a background window without focusing) but does not explicitly state when to use this over alternatives or mention exclusions. The schema's note about preferring win_set_control_text is not part of the tool description itself.

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/Ding-Ding-Projects/lowlevel-computer-use-mcp'

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