Skip to main content
Glama
Winter-And-You-Gone

ScreenShotTool MCP

type_text

Input Unicode text into a window programmatically, with the ability to send keystrokes without activating the target window.

Instructions

Type text into a window via SendInput Unicode. noActivate uses PostMessage WM_CHAR so the target window doesn't need focus.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hwndNoWindow handle from list_windows or launch_app.
pidNo
processNameNo
titleContainsNo
textYesText to type into the target window. Sent via SendInput Unicode, so any Unicode character including CJK is supported.
delayMsNoDelay between keystrokes in milliseconds.
pressMsNoDuration of each key press in milliseconds.
noActivateNoWhen true, sends WM_CHAR messages via PostMessage instead of SendInput, so the target window never needs focus. Some applications may not respond to posted messages.
Behavior4/5

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

Despite no annotations, the description discloses the underlying mechanism (SendInput vs PostMessage WM_CHAR), notes that some applications may not respond to posted messages, and explains the noActivate behavior. However, it lacks details on safety, visibility requirements, or interruption behavior.

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 concise sentence that front-loads the core action. Every part contributes meaning, with no wasted words.

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?

Given the tool's complexity (8 parameters, no output schema), the description covers the targeting method and a behavioral variant but omits return values, error handling, and safety considerations. Adequate but not fully complete.

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

Parameters4/5

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

The description adds value beyond the schema by explaining that hwnd comes from list_windows or launch_app and that text supports any Unicode characters. With 63% schema coverage, these additions are helpful, though not exhaustive.

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 (type text), the method (SendInput Unicode), and the resource (window). It also distinguishes the noActivate alternative, providing a specific verb and resource.

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

Usage Guidelines2/5

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

The description does not provide guidance on when to use type_text versus sibling tools like send_key, click_window, or launch_app. No explicit when-to-use or when-not-to-use information is given.

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/Winter-And-You-Gone/ScreenShotTool-MCP'

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