Skip to main content
Glama
hlsitechio

omarchy-mcp

by hlsitechio

Focus a window and type into it (verified)

window_type

Send text to a target window by matching title or address, focus it, then optionally press Enter to submit.

Instructions

One-shot text input to ANY window: resolve target (match/address), focus it with measured verification, then type via wtype. Defaults to the currently focused window if no target given. submit=true presses Return afterwards. Example: window_type(match="opencode", text="hi", submit=true) — talk to another agent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYestext to type; \n becomes Return
matchNoclass or title substring to find the target window
submitNopress Return after typing
addressNoexact Hyprland address like 0x5630... (wins over match)
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It transparently describes the resolution, verification, and typing process, and notes the 'One-shot' nature and submit behavior. It omits details about failure handling, but the core behavior is well covered.

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 sentences plus an example convey the full purpose and process with no wasted words. The most important information is front-loaded, making it easy for an agent to parse quickly.

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?

Given the tool's complexity and lack of annotation or output schema, the description provides a solid overview. It covers the core actions, default behavior, and example usage. Minor gaps like error handling and exact return behavior could be added, but the description is sufficient for correct invocation.

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?

Although schema coverage is 100%, the description adds meaning by explaining how match/address resolve the target, the role of submit, and the default when no target is given. It also provides an example that illustrates parameter usage, adding value beyond the schema.

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 states a specific verb and resource: 'One-shot text input to ANY window' and details the process of resolving, focusing, and typing. It clearly differentiates from sibling tools like window_focus by emphasizing the typing action and providing an example.

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

Usage Guidelines4/5

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

It gives usage context by explaining the default behavior when no target is given and provides an example of talking to another agent. It does not explicitly name alternatives or exclusions, but the purpose is clear enough that an agent can infer when to use it.

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/hlsitechio/Omarchy-MCP'

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