Skip to main content
Glama
keanehatescoding

hyprland-mcp

move_active_window

Move the active window to a specific position or by a pixel offset. Specify mode, x, and y coordinates for exact or relative placement.

Instructions

Move the active window by a pixel delta, or to an absolute position.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYes
yYes
modeYes
Behavior2/5

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

The description only states the basic operation. It does not disclose effects like boundary behavior, coordinate system, or whether movement is instant. With no annotations, the agent lacks critical behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no redundancy. It is front-loaded and concise, but could be slightly more informative without losing brevity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no output schema and simple parameters, the description lacks completeness: no mention of return values, side effects, or prerequisites (e.g., window manager state). Context from sibling tools does not compensate.

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?

Schema coverage is 0%, but the description mentions 'pixel delta' and 'absolute position' to hint at parameter semantics. However, it fails to explain the coordinate system (screen vs workspace), units, or the meaning of x and y in both modes.

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 'move' and the resource 'active window', and distinguishes two modes: relative delta and absolute position. This differentiates it from sibling tools like resize_active_window or focus_window.

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?

No guidance is provided on when to use relative vs exact mode, or when to prefer this tool over alternatives like move_window_to_workspace. The description leaves the agent to infer usage context.

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/keanehatescoding/hyprland-mcp'

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