Tipping Rules
Server Details
Read-only MCP: search destinations, tipping rules, and tip calculator with canonical URLs.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Tool Definition Quality
Average 3.8/5 across 3 of 3 tools scored.
Each tool has a clearly distinct purpose: searching countries, retrieving tipping rules, and calculating a tip. There is no functional overlap between the tools.
All tool names follow a consistent verb_noun snake_case pattern: calculate_tip, get_tipping_rules, search_countries. The naming is predictable and intuitive.
Three tools is well-scoped for a tipping rules reference and calculator server. Each tool is necessary and none feel redundant or extraneous.
The tool surface covers the full expected workflow: find a country, view its tipping rules, and calculate a tip. There are no obvious dead ends or missing core operations for this narrow domain.
Available Tools
3 toolscalculate_tipCalculate tipARead-onlyIdempotentInspect
Calculate a suggested tip and total for a bill using Tipping Rules country norms (percent or round-up). Returns amounts plus canonical country and calculator URLs.
| Name | Required | Description | Default |
|---|---|---|---|
| bill | Yes | Bill amount in local currency units (positive number). | |
| country | Yes | Country slug or name for local tipping norms. | |
| service | No | Service category. Prefer restaurant, bar, taxi, delivery, hotelStaff, or tourGuides. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only/idempotent/non-destructive behavior, so the description adds value by disclosing the return content ('amounts plus canonical country and calculator URLs') and the calculation approach ('percent or round-up'). This goes beyond what the annotations alone provide, 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?
Two concise sentences with no filler. The core action is front-loaded, and the return-value note earns its place by describing what the agent will receive.
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, read-only calculation tool with 100% schema coverage and clear sibling distinctions, the description is complete. It states what it calculates, which parameters matter (bill, country), the behavioral approach, and what it returns.
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%, so the baseline is 3. The description adds little param-specific meaning beyond what the schema already gives; it reinforces the country context but does not explain the bill format or service categories, which are already described in the schema.
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 a specific verb ('Calculate') and resource ('suggested tip and total for a bill'), and includes the context of 'Tipping Rules country norms'. It is clearly distinguishable from the sibling tools get_tipping_rules and search_countries, which are for retrieving rules and looking up countries rather than computing a tip.
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 makes it clear the tool is for calculating a tip and total from a bill, and references country-specific norms. It does not explicitly state 'use search_countries to find a country' or 'use get_tipping_rules for detailed rules', but the intent and context are clear enough for an agent to select this tool over its siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_tipping_rulesGet tipping rulesARead-onlyIdempotentInspect
Get concise tipping guidance for a country: status, summary, key service recommendations, last reviewed date, and the canonical country URL.
| Name | Required | Description | Default |
|---|---|---|---|
| country | Yes | Country slug (preferred) or country name, e.g. japan or Japan. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the safety profile is covered. The description adds useful context by specifying the response contents, which is especially valuable since there is no output schema to convey return shape.
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?
A single, well-structured sentence that front-loads the operation and resource, then uses a colon to list the returned fields. Every element earns its place; there is no redundant or filler text.
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 one-parameter, read-only lookup tool, the description is complete: it explains what is returned, the input is documented in the schema, and annotations cover safety. With no output schema, listing the returned fields is a meaningful and sufficient substitute.
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%, and the country parameter is fully documented with format guidance and an example. The description does not add parameter-specific meaning beyond the schema, so the baseline score 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 uses a specific verb ('Get'), a clear resource ('tipping guidance for a country'), and enumerates the exact content returned: status, summary, key service recommendations, last reviewed date, and canonical country URL. This distinguishes it from siblings like calculate_tip and search_countries.
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 clear context: use this tool when you need concise tipping guidance for a country. It does not explicitly mention alternatives or exclusions, but the tool name and listed output make its role obvious relative to the siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_countriesSearch destinationsARead-onlyIdempotentInspect
Search Tipping Rules destinations by name or region. Returns matching countries with status and canonical country page URLs.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Country name, alias, or region fragment to search. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish read-only, idempotent, non-destructive behavior. The description adds value by stating the return payload includes matching countries with 'status' and 'canonical country page URLs.' The meaning of 'status' is left undefined, which is a minor gap, but overall the behavioral context is enhanced.
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 sentences with no filler, front-loading the verb 'Search' and immediately specifying the resource and behavior. Every word 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?
With a single required parameter and no output schema, the description adequately discloses the return content (matching countries, status, URLs). It could be more complete by explaining what 'status' means or what happens when no matches are found, but for a simple search tool this is sufficient.
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?
Input schema has 100% coverage; the 'query' parameter's description ('Country name, alias, or region fragment') fully documents the input. The tool description's 'by name or region' is a partial, less precise paraphrase and adds no new semantic information beyond the schema.
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 a specific action on a specific resource: 'Search Tipping Rules destinations by name or region.' This clearly distinguishes it from sibling tools calculate_tip and get_tipping_rules, which are for arithmetic and rule retrieval respectively. The title 'Search destinations' reinforces the purpose.
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 makes clear this tool is for finding destinations/countries, which is distinct from the sibling tools. However, it does not explicitly state when to use this versus get_tipping_rules (e.g., 'search for a country first, then retrieve its rules'), relying on the reader to infer the workflow.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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 or an account that owns the GitHub organization, then choose Claim with GitHub.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
Read-only MCP for heritage travel: search 500+ UNESCO destinations by region and intent.
Read-only MCP for the Gingerguide catalog of European cities and their narrated tour sights.
Read-only byImprint service guidance and canonical public site routes.
Read-only MCP for Sparkling Tracks European tours: packages, itineraries, pricing, contacts.
Related MCP Servers
- AlicenseAqualityDmaintenanceRead-only MCP server for Akamai CDN that enables searching properties, browsing EdgeWorker code, querying DNS zones, inspecting network lists, and translating error codes via natural language.161MIT
- AlicenseNot gradedqualityCmaintenanceA keyless, read-only MCP connector for BreckenWander, an independent travel platform. It searches flights, hotels, and experiences at all-in prices — every mandatory tax and fee included — and returns a link to complete the booking on breckenwander.com.MIT
- AlicenseAqualityCmaintenanceA read-only MCP server that exposes BaseZap's tipping-agent tools to any MCP client, allowing users to fetch platform info, compute USDC tip quotes, build unsigned ERC-20 transfer calldata, and resolve Farcaster usernames to wallet addresses.4MIT
- AlicenseNot gradedqualityCmaintenanceEnables real-time one-way and round-trip flight searches from any MCP client without an API key or account, returning live fares, historical price insights, and bookable links supported by disclosed sponsored cards.MIT