Skip to main content
Glama
Leuconoe

ryubing-mcp

by Leuconoe

Touch the Switch screen

ryubing_touch

Perform touchscreen tap, long press, or swipe gestures on the Switch emulator with native 1280x720 coordinates for precise input automation.

Instructions

Send a tap, long press, or swipe using native Switch touchscreen coordinates (1280x720).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYes
yYes
endXNo
endYNo
actionYes
sessionIdNoManaged Ryubing session ID; omit for the external default session
durationMsNo
Behavior3/5

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

Annotations are all false, offering no meaningful behavioral signal. The description adds useful context about the coordinate system (1280x720) and action types, but does not disclose whether the tool blocks until completion, requires specific permissions, or has side effects beyond the input. This leaves some ambiguity.

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 essential information (action types and coordinate system) without redundancy or extra filler. Every word earns its place.

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?

With 7 parameters, no output schema, and sparse annotations, the description is adequate but not comprehensive. It gives essential orientation but leaves questions about swipe endpoints, duration semantics, and sessionId usage. The schema fills some gaps, but the overall package is not rich.

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

Parameters3/5

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

Schema description coverage is only 14%, so the description must compensate. It clarifies that x/y are native Switch coordinates and that action can be tap, long_press, or swipe, which helps interpret the core parameters. However, it does not explicitly explain endX/endY or durationMs, relying on schema defaults and inference.

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 tool sends touch inputs (tap, long press, swipe) to the Switch screen using native coordinates. This specific verb+resource combination distinguishes it from sibling tools like ryubing_press_buttons and ryubing_set_sticks, which handle other input types.

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?

The description implies the tool is for touchscreen interactions, providing clear context for when it applies (e.g., tapping UI elements) versus other input tools. However, it does not explicitly mention alternatives or exclusions, so it falls just short of full explicit guidance.

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/Leuconoe/ryubing-mcp'

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