element_move_to
Moves a movable-view element to a specified x/y position in a WeChat mini-program.
Instructions
移动 movable-view 到指定位置
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | x/y 轴偏移(仅 movable-view 可用) | |
| element_id | Yes |
Moves a movable-view element to a specified x/y position in a WeChat mini-program.
移动 movable-view 到指定位置
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | x/y 轴偏移(仅 movable-view 可用) | |
| element_id | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the basic move action and does not disclose potential side effects, coordinate semantics (absolute vs offset), animation behavior, or required component properties.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single short sentence, which is concise and easy to parse. It front-loads the core purpose perfectly, though it could be slightly more detailed without becoming verbose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of annotations, an output schema, and minimal parameter documentation, the description is incomplete. It does not explain return values, error conditions, prerequisites for using this tool, or how it differs from similar operations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 33% (only y has a description). The tool description adds no parameter meaning beyond 'specified position', and does not explain what x and y represent or how they relate to the movable-view's coordinate system.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description '移动 movable-view 到指定位置' clearly states the action (move) and the resource (movable-view to a specified position). It is specific enough to distinguish from sibling tools like element_scroll_to or element_swipe_to, though it does not explicitly name alternatives.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No usage guidance is provided. The description does not mention when to use this tool versus alternatives, nor any prerequisites or context such as requiring a movable-view component or how coordinates should be interpreted.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pureia/wechat-devtools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server