Skip to main content
Glama
SebastianBaltes

Computer Use MCP Server

computer_cursor_position

Retrieve the current mouse cursor position in scaled coordinates for precise automation and navigation on Linux X11 desktops.

Instructions

Get the current mouse cursor position in scaled coordinates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so the description bears full responsibility. 'Scaled coordinates' hints at the coordinate system but does not specify scaling factor or coordinate origin (screen vs window). Lacks details on what happens if no cursor exists (e.g., remote session) or permission requirements.

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?

One short, clear sentence with no wasted words. All information is front-loaded and directly relevant.

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 tool is simple with no parameters or output schema. The description mentions 'scaled coordinates', which is the key output characteristic. While it doesn't specify the exact return format (e.g., object with x and y), the tool's simplicity makes this acceptable.

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?

No parameters are defined in the input schema, so no additional parameter information is needed. The description does not add any meaning beyond what the schema provides, but since there are zero parameters, baseline is 4.

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 ('Get'), the resource ('current mouse cursor position'), and a specific modifier ('in scaled coordinates'). This distinguishes it from sibling tools like 'computer_mouse_move' which moves the cursor.

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?

No explicit guidance on when to use this tool versus alternatives. However, its purpose is unique among siblings, so usage is implied. The description does not mention when not to use or provide any context about prerequisites or alternatives.

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/SebastianBaltes/claude_code_computer_use_mcp'

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