Skip to main content
Glama

tile_windows

Tile macOS windows into columns, rows, or grid layouts, specifying apps, display, and padding for organized window management.

Instructions

Tile multiple macOS windows on a display.

Args: layout: Tile layout: columns, rows, or grid app_names: Optional app names to tile in order; defaults to visible windows display_index: Optional 1-based display index padding: Gap around and between windows

Returns: JSON string with final window metadata for tiled windows, or an error message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
layoutNocolumns
paddingNo
app_namesNo
display_indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description bears full disclosure burden. It mentions default behavior for app_names ('defaults to visible windows') and return format (JSON string with window metadata or error), but does not cover other traits like permission requirements, handling of invalid inputs, or interaction with display configurations.

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?

Description is concise, with a clear purpose statement, structured Args section, and Returns note. No redundant information; every sentence adds value.

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?

Covers all parameters and return behavior adequately. However, for a tool with 4 parameters and no output schema structure, it could mention edge cases (e.g., invalid layout string handling) to be fully complete.

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

Parameters5/5

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

All four parameters have meaningful descriptions in the Args section despite zero schema coverage. Layout gets valid values ('columns, rows, or grid'), padding's purpose ('Gap around and between windows'), and display_index clarified as '1-based'. This fully compensates for the lack of schema descriptions.

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?

Description clearly states the verb 'tile' and resource 'multiple macOS windows on a display'. It distinguishes from sibling tools like 'move_window' and 'resize_window' by specifying a distinct operation (arranging multiple windows in a layout).

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 explicit guidelines on when to use this tool versus alternatives. It does not mention prerequisites, when not to use, or comparisons to siblings like 'center_window' or 'focus_window'.

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/altic-dev/altic-mcp'

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