page_size
Retrieve the width and height of a specified page in a WeChat mini-program by providing its page ID.
Instructions
获取页面尺寸(宽高)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes |
Retrieve the width and height of a specified page in a WeChat mini-program by providing its page ID.
获取页面尺寸(宽高)
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full responsibility for behavioral disclosure. It only states that the tool retrieves page size, but provides no details about return format, units, error behavior, or any side effects. For a tool with no metadata, this is insufficient.
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 concise sentence with no wasted words. It is front-loaded and efficient, though extremely brief. It earns its place by stating the core function, but lacks supporting detail.
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 absence of an output schema and annotations, the description is incomplete. It does not explain what the return value represents, what units are used, or how errors are handled. The tool's sole parameter is also undocumented, leaving significant gaps for an agent attempting to use it correctly.
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 0%, meaning the description provides no additional meaning for the 'page_id' parameter. The description does not mention 'page_id' at all, leaving the agent without any explanation of what this parameter represents or how it should be used.
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 clearly states the tool's purpose: '获取页面尺寸(宽高)' which means 'Get page size (width and height)'. It specifies a concrete verb and resource, making the tool's function clear. However, it does not explicitly differentiate from sibling tools like element_size, though the 'page' vs 'element' distinction is implicit in the name.
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?
The description offers no guidance on when to use this tool versus alternatives. It does not mention any prerequisites, context, or scenarios where this tool should be preferred over other page-related tools.
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