phone info
phone_info中国大陆手机号识别:validity, carrier (移动/联通/电信/虚拟运营商), formatted forms. phone = 11-digit number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phone | No | ||
| number | No |
phone_info中国大陆手机号识别:validity, carrier (移动/联通/电信/虚拟运营商), formatted forms. phone = 11-digit number.
| Name | Required | Description | Default |
|---|---|---|---|
| phone | No | ||
| number | No |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Input schema / properties / numberAdded value: +{}Input schema / properties / phoneAdded value: +{
+ "type": "string"
+}Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. The description says it identifies validity, carrier, and formatted forms but doesn't explain what happens with invalid numbers, edge cases, or any formatting behavior. It doesn't contradict annotations because there are none, but it lacks depth on behavior.
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 concise, two sentences, and front-loads the key information. However, it could be slightly more structured, but it's efficient overall.
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?
With no output schema, the description does not explain return values or formats. The tool is relatively simple, but the description leaves out important details like how carrier is returned, what 'formatted forms' means, and how to handle invalid inputs. This is incomplete for an agent to use it effectively.
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%, and there are two parameters: 'phone' and 'number'. The description mentions 'phone = 11-digit number' but doesn't clarify the purpose of 'number' versus 'phone', nor whether both are required or how they differ. This is a significant gap, as the description does not compensate for the poor schema documentation.
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 states the tool identifies Chinese mainland phone numbers, carrier, and formatted forms. This clearly distinguishes it from siblings like pinyin_convert or id_card_check.
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 mentions the input is an 11-digit number, giving minimal context on when to use it. It doesn't explicitly state when not to use it or mention alternatives like china_reachability, but given the sibling list, the purpose is fairly specific.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Most tools are clearly distinct: bazi_chart, lunar_calendar, huangli, pick_lucky_days all relate to Chinese calendrical/astrological concepts but have different purposes (birth chart, lunar info, almanac, lucky day selection). However, bazi_chart and lunar_calendar both touch on 干支/zodiac; pick_lucky_days could overlap with huangli. Minor ambiguity, but descriptions clarify.
Tool names are all snake_case and mostly descriptive, but they don't follow a strong verb_noun pattern (e.g., pick_lucky_days is verb+noun, but bazi_chart and phone_info are noun-like). Slight inconsistency in style, but the pattern is predictable enough.
10 tools is well-scoped for a China-focused utility server. Each tool serves a distinct purpose (ID validation, phone info, holidays, calendar, pinyin, network reachability), and the count feels reasonable without being bloated or thin.
The server covers a broad range of China-specific utilities, but there are gaps: no tool for Chinese address parsing, no tool for bank card validation, no tool for translation. While the existing set covers common needs, the 'china' theme could benefit from more coverage. Also, what_can_you_do suggests recipes but the actual tool set lacks some common use cases.