netcafe-china
Server Details
China facts a server outside China cannot get: real mainland reachability, 调休 holidays, ID/phone val
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mario03690/ai-netcafe
- GitHub Stars
- 1
- Server Listing
- ai-netcafe
Available Tools
11 toolsbazi_chart生辰八字排盘ARead-onlyIdempotentInspect
八字排盘 from birth date and hour: four pillars (年月日时柱), five-element counts, 纳音, zodiac. Uses true solar-term boundaries.
| Name | Required | Description | Default |
|---|---|---|---|
| datetime | Yes | Birth datetime YYYY-MM-DDTHH:mm |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the operation as read-only, idempotent, and non-destructive. The description adds a useful behavioral detail by noting that it uses true solar-term boundaries, which affects chart accuracy, and enumerates output elements. This is beyond the annotation-provided safety profile, making it transparent for expected 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 two short sentences, front-loads the main function, and packs relevant details (output components and the solar-term boundary method) without redundancy. Every phrase adds value, making it well-structured and concise.
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 tool has one parameter, complete schema documentation, explicit annotations, and an output schema, the description covers the essential context: input, purpose, and distinctive calculation logic. It does not need to explain return values, as the output schema handles that. The only minor gap is timezone handling, but that is not essential for a straightforward birth datetime input.
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?
The schema fully documents the only required parameter (datetime) with format YYYY-MM-DDTHH:mm, providing 100% coverage. The description simply refers to 'birth date and hour' without adding new parameter semantics, so the baseline of 3 is appropriate.
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 computes a BaZi (Four Pillars) chart from birth date and hour, listing key output components (four pillars, five-element counts, 纳音, zodiac). This differentiates it from sibling tools like lunar_calendar or huangli, which serve different purposes. The verb '排盘' (chart calculation) is specific and resource-oriented.
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 implies the tool is for generating BaZi charts from birth datetime, giving clear context for when to invoke it. However, it does not explicitly name alternatives or exclusion criteria, so it stops short of providing full when/not guidance. It still qualifies as clear context with no exclusions, meriting a 4.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
china_reachabilityTest if a URL is reachable from mainland ChinaARead-onlyIdempotentInspect
Fetch a URL from a real mainland-China network egress and report HTTP status, latency and China DNS resolution. Answers "is my site/API usable from China?" with a measurement instead of a guess — you cannot get this from a VPS abroad.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL to test, e.g. https://example.com |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, and the description adds meaningful context: it performs a live fetch from a real China egress, reports specific metrics, and frames the result as a measurement rather than a guess. No contradictions with annotations. It does not mention rate limits or failure behavior, but annotations cover safety.
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?
Two concise sentences, front-loaded with the action verb, and every word earns its place. No redundancy or filler.
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?
The tool is simple (1 parameter, output schema provided). The description fully explains the tool's purpose, the measurement approach, and the key limitation of alternatives. Return values are already covered by the output schema, so no further detail is needed.
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 100% with the 'url' parameter described as 'Full URL to test, e.g. https://example.com'. The description restates the URL-fetching concept but doesn't add new parameter-level detail or format constraints beyond the schema. Baseline 3 is appropriate.
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 a specific action ('Fetch a URL from a real mainland-China network egress') and the resource/scope ('URL reachability from China'), with measurable outputs (HTTP status, latency, DNS resolution). This distinguishes it from all sibling tools, which are unrelated to network testing.
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 clarifies when to use the tool: to answer 'is my site/API usable from China?' and explicitly notes that a VPS abroad cannot provide this measurement. While it doesn't name a specific alternative tool, it gives strong contextual guidance and an implicit exclusion.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
cn_holiday中国法定节假日ARead-onlyIdempotentInspect
Is a date a Chinese public holiday, weekend, or 调休 make-up workday? Plus the next holiday.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD, default today |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate a safe read-only, idempotent operation. The description adds specific behavioral detail: it evaluates three categories (public holiday, weekend, workday) and returns the next holiday. This provides useful context beyond the annotations, though it doesn't cover edge cases like historical date range.
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 front-loaded sentence that conveys the complete functionality without any wasted words. It is concise and immediately understandable.
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?
For a simple single-parameter tool with a rich output schema and informative annotations, the description fully conveys what the tool does. There are no notable gaps in context for an agent to select and invoke this tool 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 100%, with the only parameter `date` fully documented as YYYY-MM-DD with a default of today. The description adds no extra parameter semantics, so the baseline score of 3 applies because the schema already carries the burden.
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 function: determining whether a date is a Chinese public holiday, weekend, or 调休 make-up workday, plus providing the next holiday. This specific scope distinguishes it from sibling tools like lunar_calendar (lunar dates) and huangli (almanac).
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 implies usage for holiday queries, but it does not explicitly state when to use this tool versus alternatives or mention any exclusions. Given related sibling tools exist, explicit guidance on when to choose this tool would be beneficial, but the purpose is clear enough to infer usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
huangli今日黄历宜忌ARead-onlyIdempotentInspect
Chinese almanac for a date: 宜 (auspicious activities), 忌 (avoid), 冲煞, 彭祖百忌. date omitted = today.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD, default today |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds that the date defaults to today, which is useful behavioral context beyond the annotations. It does not detail edge cases such as invalid dates or timezone handling, but the additional context is sufficient.
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 that front-loads the core purpose (Chinese almanac for a date) and succinctly lists the key output categories. Every word earns its place; there is no redundant or verbose phrasing.
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?
The tool is simple with one optional parameter, and an output schema exists, so return fields need not be explained in the description. The description covers default behavior and primary outputs. Some context regarding relationship to sibling tools (e.g., lunar_calendar for lunar dates) could be useful, but the tool is self-contained enough for an agent to use 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?
The schema provides 100% coverage of the single 'date' parameter, describing it as YYYY-MM-DD with a default of today. The description repeats this default behavior, adding no further parameter-specific meaning. As schema coverage is high, the baseline of 3 is appropriate.
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 identifies the tool as a Chinese almanac for a given date, listing the specific output categories (宜, 忌, 冲煞, 彭祖百忌). This differentiates it from sibling tools like lunar_calendar (lunar date conversion) and pick_lucky_days (date selection), as it focuses on daily almanac information.
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 implies usage for checking auspicious and inauspicious activities for a date, and mentions the default behavior when date is omitted. However, it does not explicitly state when to choose this tool over alternatives like pick_lucky_days or lunar_calendar, so guidance is only implied rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
id_card_checkid card checkAInspect
中国大陆身份证号校验:check digit validity, birth date, age, gender, region code. id = 18-digit ID number.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| number | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It discloses that the tool validates multiple ID-card dimensions, which is useful, but it does not describe what the tool returns (e.g., validity boolean, extracted fields, error behavior) or how invalid inputs are handled. This is adequate but not rich.
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, compact sentence with the core purpose front-loaded, followed by a short parameter hint. Every element earns its place and there is no wasted wording.
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?
The tool has no annotations, no output schema, and no parameter descriptions in the schema, so the description must supply most usage context. It defines the purpose and the primary input, but it does not explain the second parameter, expected output, return format, or error behavior, leaving meaningful gaps for an agent that needs to interpret results.
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%, so the description must compensate. It adds meaning to the 'id' parameter by stating it is the 18-digit ID number, but it leaves the second parameter 'number' completely unexplained and does not clarify whether it is an alias, alternative, or ignored field. The parameter semantics are only partially addressed.
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 uses a specific verb ('校验' / validate) and resource ('中国大陆身份证号', Chinese mainland ID number), then enumerates exact validation dimensions: check digit, birth date, age, gender, and region code. This clearly distinguishes it from the sibling tools, none of which target ID card validation.
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 establishes a clear use case: validating an 18-digit Chinese mainland ID number. There are no direct sibling alternatives for ID validation, so explicit when-not-to-use guidance is not critical, and the context is clear enough for an agent to select this tool for ID-card checks.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
lunar_calendar公历转农历ARead-onlyIdempotentInspect
Chinese lunar calendar for any date: 农历、干支纪年、生肖、节气、节日、星座。date omitted = today.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD, default today |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is known. The description adds valuable behavioral context by specifying the default date behavior and enumerating the types of information returned (lunar, sexagenary cycle, zodiac, solar terms, holidays, constellations), going beyond the annotations.
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, compact sentence that front-loads the core purpose ('Chinese lunar calendar for any date') and then enumerates the specific outputs in a list. Every part is informative and there is no unnecessary wording.
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 tool's simplicity (one optional parameter), the presence of an output schema, and comprehensive annotations, the description is complete. It covers the main function, default behavior, and output content, leaving no critical gaps for an agent to select and invoke the tool 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?
The schema description covers 100% of the parameter, stating 'YYYY-MM-DD, default today'. The tool description does not add any additional parameter semantics beyond what is already in the schema, so the baseline of 3 is appropriate.
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 provides a Chinese lunar calendar for any date, listing specific output types (农历, 干支纪年, 生肖, 节气, 节日, 星座). It distinguishes itself from siblings by focusing on lunar conversion and calendar-related data, unlike bazi_chart or huangli which likely serve different purposes.
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 gives clear context that this tool is for lunar calendar information for any date, including a default behavior of 'date omitted = today'. It does not explicitly mention alternatives or exclusions, but the purpose is evident enough that an agent would know to select it for lunar calendar queries.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
phone_infophone infoCInspect
中国大陆手机号识别:validity, carrier (移动/联通/电信/虚拟运营商), formatted forms. phone = 11-digit number.
| Name | Required | Description | Default |
|---|---|---|---|
| phone | No | ||
| number | No |
TDQS
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.
pick_lucky_days择吉日ARead-onlyIdempotentInspect
Find auspicious days in a month for an event: 结婚/领证/搬家/开业/装修/出行/签约/订婚/安床/安葬 or any 黄历宜 term.
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | Event keyword in Chinese, e.g. 搬家 | |
| month | No | YYYY-MM, default current month |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly/idempotent safety. The description adds context about accepted event terms but does not disclose output format or dependency on the Chinese almanac beyond the '黄历宜' reference.
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?
Single, focused sentence with no redundancy. Front-loaded with the primary function and scoped by month.
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?
A simple tool with 2 params, good annotations, and an output schema. The description covers the purpose and parameter flexibility, though it does not mention behavior for invalid events or the default month (already in schema).
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?
The schema already describes both parameters (100% coverage). The description enriches semantics by listing concrete examples and stating 'any 黄历宜 term' accepts broader input than the schema's generic 'Event keyword in Chinese'.
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?
Clearly states the action ('Find'), target ('auspicious days'), and context ('in a month for an event'). The list of example events and 'any 黄历宜 term' broaden understanding while distinguishing it from generic calendar tools.
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?
Provides implied usage via specific event types but does not explicitly contrast with sibling tools like 'huangli' or state when not to use. No alternatives are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pinyin_convertpinyin convertAInspect
Convert Chinese text to pinyin: with or without tones, first letters only, or as a slug. text = Chinese text.
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| style | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It describes the conversion and styles but does not state whether the operation is read-only, has side effects, or any error behavior. For a transformation tool, safety profile is implicitly safe, but the description does not explicitly disclose it, resulting in a transparency gap.
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 extremely concise—two short sentences that are front-loaded with the core purpose and then clarify the 'text' parameter. Every word earns its place with no fluff or repetition.
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?
For a simple bidirectional conversion tool with 2 parameters and no output schema, the description adequately conveys the inputs, output styles, and the fact that it returns pinyin. It does not mention edge cases or error conditions, but given the tool's simplicity and the absence of an output schema, it is reasonably complete.
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 coverage is 0%, so the description must compensate. It provides meaning for 'text' ('Chinese text') and hints at style values via the output options ('with or without tones, first letters only, or slug'), but it does not specify exact accepted values or format for the 'style' parameter. Partial compensation, but leaves ambiguity.
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: 'Convert Chinese text to pinyin' with specific output options (tones, no tones, first letters, slug). This is a specific verb+resource and distinguishes it from sibling tools like bazi_chart or lunar_calendar which serve different functions.
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 implies when to use the tool (whenever pinyin conversion is needed) and lists output styles, but it does not explicitly state when not to use it or mention alternatives. Since no sibling tool overlaps with pinyin conversion, the lack of exclusion is acceptable, but explicit usage guidance is missing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
reachability_reportreachability reportAInspect
一批 URL 的中国大陆可达性体检 → PDF 报告:逐个的可达结论、延迟、HTTP 状态与大陆 DNS 解析到的 IP。探测从真实的中国移动骨干网节点发出,不是境外 VPS 推断。入参 urls(数组或逗号分隔,最多 20 个)。自证不通过不计费。
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| urls | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses the probe originates from a real China Mobile backbone node (not overseas inference), provides billing transparency ('self-validation failure not charged'), and indicates the output is a PDF report. This adds meaningful behavioral context beyond the minimal schema. However, it does not mention potential side effects, authorization needs, or concurrency limits, but for a read-only reporting tool this is adequate.
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 that packs all essential information: what it does, how it works (source), parameter format, limit, and billing caveat. No wasted words, front-loaded with the main purpose, and perfectly structured for quick comprehension.
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 tool's moderate complexity (2 params, no output schema), the description covers the key aspects: purpose, input format, limits, test origin, output type, and billing condition. It lacks details on error handling or return format specifics, but since output schema is absent, mentioning 'PDF report' suffices. The description is sufficiently complete for an agent to invoke 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%, so the description must compensate. It explains the 'urls' parameter can be an array or comma-separated list and is limited to 20, but it does not mention the 'url' parameter at all. The description clarifies one parameter meaningfully but leaves the other undocumented, providing partial compensation.
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 checks reachability of a batch of URLs from mainland China and generates a PDF report with per-URL conclusions, latency, HTTP status, and DNS-resolved IPs. It uses a specific verb ('reachability check') and resource ('batch of URLs') and distinguishes itself from the sibling 'china_reachability' by detailing the report format and testing source (China Mobile backbone).
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 implies usage for checking mainland China accessibility, but does not explicitly say when to use this tool versus alternatives. It mentions input limits (max 20 URLs) and pricing conditions, but lacks explicit exclusion statements or references to sibling tools. The context is clear but not directive enough for an agent to choose it over similar tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
what_can_you_doFind the right tool for a taskARead-onlyIdempotentInspect
Describe a task in plain language (any language) and get back exactly which tools on this server do it, with ready-to-run example calls — instead of reading the whole catalogue and guessing. Also returns multi-step recipes when a task needs several tools chained (invoices to a ledger, a bank statement reconciled, a messy CSV turned into a deliverable). Deterministic and free: it calls no model, costs nothing, and never runs out of quota. Call this FIRST when you are not sure what this server offers.
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | What you are trying to do, e.g. "reconcile a bank statement against my books" or "把一堆发票整理成能入账的表格" |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover non-destructive, read-only, idempotent behavior. Description adds valuable context: it is deterministic, calls no model, costs nothing, and never runs out of quota, plus clarifies it returns example calls and recipes. This exceeds the structured hints without contradicting them.
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?
Four sentences pack purpose, features, behavioral guarantees, and usage guidance with no redundancy. Front-loaded with main action, then supporting details.
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?
For a single-parameter meta-tool with output schema present, the description explains what it returns, when to use it, and behavioral guarantees. Nothing major is missing.
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 covers 100% of parameter info, with a clear description and examples for 'task'. Description adds no additional parameter semantics; baseline of 3 is appropriate.
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?
Description clearly identifies the tool as a meta-tool that maps plain-language tasks to server tools, with ready-to-run examples and multi-step recipes. This sharply distinguishes it from sibling domain-specific tools like bazi_chart or phone_info.
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?
Explicitly instructs to call this FIRST when unsure of server offerings, and frames itself as an alternative to reading the whole catalogue and guessing. Provides clear context for when this tool is appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- Added
reachability_report
3 tool updates
- Changed
id_card_check2 fields changed- added
Input schema / properties / idAdded value: +{ + "type": "string" +} - added
Input schema / properties / numberAdded value: +{}
- Changed
phone_info2 fields changed- added
Input schema / properties / numberAdded value: +{} - added
Input schema / properties / phoneAdded value: +{ + "type": "string" +}
- Changed
pinyin_convert2 fields changed- added
Input schema / properties / styleAdded value: +{ + "type": "string" +} - added
Input schema / properties / textAdded value: +{ + "type": "string" +}
10 tool updates
- First observed
bazi_chart - First observed
china_reachability - First observed
cn_holiday - First observed
huangli - First observed
id_card_check - First observed
lunar_calendar - First observed
phone_info - First observed
pick_lucky_days - First observed
pinyin_convert - First observed
what_can_you_do
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Field-verified China travel facts for foreign visitors: booking walls, hotel registration, transit.
China holidays and lunar calendar lookup, solar-to-lunar conversion and yearly schedule.
Live data: weather, air quality, FX, CN/HK/US stocks, IP geo, domain, SSL, China reachability.
China & Asia travel eSIM specialist. 200+ countries. No-VPN internet in China.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to query China's statutory public holidays and makeup-workday schedules, and convert solar dates to lunar dates with zodiac and ganzhi details.MIT
- AlicenseAqualityDmaintenanceA comprehensive time and calendar utility server that provides timezone conversions, date arithmetic, and business day calculations for AI agents. It features extensive support for the Chinese lunar calendar, including almanac data, festivals, and public holiday tracking across multiple regions.1311MIT
- AlicenseAqualityCmaintenanceZero-dependency MCP server for querying Chinese public holidays and makeup workdays (2025-2026), offering tools to check specific dates or list yearly schedules offline.2MIT
- AlicenseNot gradedqualityBmaintenanceProvides Chinese holiday information, lunar calendar conversion, traditional festivals, 24 solar terms, and BaZi (Eight Characters) calculations for AI assistants to accurately handle Chinese calendar queries and date conversions.3Apache 2.0
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.