TravelerLocal — China travel facts for foreign visitors
Server Details
Field-verified China travel facts for foreign visitors: booking walls, hotel registration, transit.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
5 toolscheck_attraction_bookingAInspect
How a foreigner books a specific Chinese attraction: real-name/passport requirement, ticket release time, whether it sells out, the OFFICIAL channel, and whether authorized resellers exist. Use for 'can foreigners book the Forbidden City / Terracotta Army / Mogao Caves and when do tickets release'.
| Name | Required | Description | Default |
|---|---|---|---|
| attraction | Yes | Attraction name, e.g. "Forbidden City". |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears full responsibility. It clearly describes a read-only informational tool that returns booking procedure details without indicating any side effects or mutations.
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 efficient sentences: the first packs key information, the second provides concrete examples. No wasted words.
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 no output schema, the description adequately explains the return content (real-name/passport, release time, etc.) and usage examples. It lacks mention of error handling or edge cases but is sufficient for a simple lookup tool.
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 100% with a clear parameter description. The tool description does not add further semantics beyond the schema, but the example value suffices for a single parameter.
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 explicitly states the tool's purpose: providing booking info for Chinese attractions for foreigners, listing aspects like real-name/passport, release time, etc. It distinguishes from sibling tools (e.g., check_transit_eligibility, get_city_facts) by focusing on attraction booking procedures.
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 includes example queries for specific attractions, clarifying when to use the tool. It implicitly excludes other travel planning tasks by listing sibling tools in different domains.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
check_transit_eligibilityAInspect
Whether a traveler qualifies for China's 240-hour visa-free TRANSIT (not the 30-day visa-free entry). Needs nationality, the entry port/city, and whether they have an onward ticket to a THIRD country/region. Returns eligibility, regional limits, and the defining conditions.
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Entry port or city, e.g. "Shanghai" or "Beijing Capital". | |
| nationality | Yes | Passport nationality, e.g. "United States". | |
| onward_to_third_country | No | True if flying onward to a different (third) country/region, not back to origin. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It discloses that the tool returns eligibility, regional limits, and defining conditions. It does not mention side effects, rate limits, or auth needs, but for a read-only eligibility check this 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?
Two sentences: first defines scope and exclusion, second lists inputs and outputs. No wasted words, front-loaded with key distinction.
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?
No output schema, but description mentions return fields (eligibility, regional limits, conditions). All parameters are covered by schema and description. Tool is simple, so description is complete enough.
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 100% with descriptions for all three parameters. The description adds context about the transit requirement (onward to third country) but does not significantly extend schema meaning. 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 explicitly states the tool checks eligibility for China's 240-hour visa-free TRANSIT, distinguishes it from the 30-day visa-free entry, and lists required inputs (nationality, port, onward ticket) and outputs (eligibility, regional limits, conditions).
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 clearly distinguishes this transit eligibility check from the 30-day visa-free entry, helping agents decide when to use it. It does not explicitly mention when not to use relative to sibling tools, but the sibling tools are unrelated, so context is adequate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_city_factsAInspect
Field-verified facts a foreign traveler needs for a Chinese city: which attractions need real-name/passport booking and when tickets release, official ticket channels (no resellers), whether hotels register foreign guests, whether foreign cards work via Alipay/WeChat, and honest local notes. Use for questions like 'how do I book X in ' or 'can foreigners stay in hotels in '.
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City name or slug, e.g. "Beijing" or "lhasa". |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears full responsibility. It mentions the tool returns 'field-verified facts' and 'honest local notes', implying a read-only, informative operation. However, it does not disclose any behavioral traits such as permissions, rate limits, or side effects. This is adequate for a simple fact retrieval tool.
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 paragraph that efficiently conveys the tool's purpose, key data categories, and example use cases. It is front-loaded with the main function. Slightly dense but not overly verbose; every sentence earns its place.
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 no output schema and no annotations, the description covers the essential domains (attractions, booking, hotels, payments, local notes) and provides example queries. It is sufficiently complete for an AI agent to decide when to select this tool over siblings.
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?
There is only one parameter, 'city', with 100% schema coverage (description in schema: 'City name or slug, e.g. Beijing or lhasa.'). The tool description adds context about why the city is needed but does not add new semantic information beyond the schema. 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 providing field-verified facts for a Chinese city, listing specific categories (attractions, booking, hotels, payments, local notes). It distinguishes from sibling tools like check_attraction_booking and check_transit_eligibility by covering a broader set of traveler needs.
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 explicit example questions ('how do I book X in <city>', 'can foreigners stay in hotels in <city>'), providing clear guidance on when to use. While it doesn't explicitly state when not to use, the sibling tool names imply alternatives for specific queries.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_travel_playbookInspect
TravelerLocal's field-verified stance on the system-level things foreigners get wrong in China (not a specific place): paying when a foreign card fails, eSIM vs VPN and the firewall, the Chinese-phone-number wall, the first hour after landing, hotel foreigner-registration, and visa-free transit. Use for 'why does my card keep getting declined in China', 'do I need a VPN or an eSIM', 'do I need a Chinese phone number', 'what do I do when I land'.
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | One of: payments, connectivity, phone-number, arrival, hotels, transit. |
search_citiesAInspect
Search the cities TravelerLocal has field-verified pages for. Returns matching city names and page URLs. Use to discover coverage or resolve a place to a city.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Partial city name or keyword. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears full burden. It indicates a read-like operation returning city names and URLs, but does not disclose pagination, rate limits, or behavior on no matches. Adequate for a simple search.
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 sentences, no redundancy, front-loaded with the main action. Every word adds value.
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 search with one parameter and no output schema, the description covers purpose, returns, and use cases. Could mention fuzzy matching or case sensitivity, but overall adequate.
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 100%, with the query parameter described as 'Partial city name or keyword.' The description adds context on what the search returns but does not enrich the parameter semantics beyond the schema. Baseline score of 3 applies.
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 searches for cities that TravelerLocal has field-verified pages for, returns match names and URLs, and specifies use cases ('discover coverage' or 'resolve a place to a city'). It distinguishes from siblings like check_attraction_booking and get_city_facts.
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 provides two explicit use cases: discovering coverage and resolving a place to a city. While it doesn't explicitly state when not to use it, the sibling tools cover different areas, making the context clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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!