Greetwell Experiences
Server Details
Greetwell curates authentic local experiences and provides personal concierge support in over 500 destinations, helping you explore confidently wherever you go.
The Greetwell MCP server lets you search for activities by location, date, and interest, then drill into details like duration, meeting point, cancellation policy, and real-time availability. It can also recommend complementary experiences to help you build an itinerary of things to do.
- 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
Average 3.5/5 across 4 of 4 tools scored. Lowest: 2.8/5.
Each tool serves a distinct purpose: search for discovery, details for a specific product, availability for date checking, and complementary recommendations for cross-sell. The descriptions clearly delineate boundaries, with no overlapping functionality.
All tool names follow a consistent verb_noun snake_case pattern (get_activity_availability, get_activity_details, get_complementary_recommendation, search_activities). This creates a predictable and intuitive API surface.
Four tools is well-scoped for a read-only experiences discovery and information service. Each tool is necessary and non-redundant, covering search, details, availability, and recommendations without unnecessary bloat.
For a read-only API, the tool set covers the full guest journey: searching activities, viewing detailed eligibility rules, checking availability, and accessing complementary suggestions. The inclusion of booking_link and standardized item_card ensures agents have all needed information for recommendations, with no obvious gaps.
Available Tools
4 toolsget_activity_availabilityCInspect
Read-only availability for an activity on a date (YYYY-MM-DD).
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| party_size | No | ||
| product_id | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
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 'read-only' (a safety trait) and the date format, but does not mention any other behavior such as whether party_size affects availability, data freshness, or error conditions. The disclosure is minimal and largely redundant with the 'get' in the tool name.
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, focused sentence with no redundant words. It is appropriately concise and front-loads the key information ('Read-only availability').
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 three parameters including an optional party_size, but the description only hints at the date. With no annotations and minimal description, the agent lacks information about how to correctly invoke the tool (e.g., what product_id refers to, how party_size alters behavior). Although an output schema exists, it does not cover parameter semantics or usage context. The description is too sparse for a 3-parameter 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 description coverage is 0%, so the description must explain parameters. It only adds meaning for 'date' (format). 'product_id' is not explicitly mapped to the activity, and 'party_size' is entirely unexplained. The description fails to compensate for the lack of schema descriptions.
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 availability for an activity on a specific date, with a format hint. It distinguishes itself from sibling tools (details, search, recommendations) by focusing on availability. However, it lacks an explicit verb like 'get' or 'check', relying on the tool name for the action.
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?
No guidance is given on when to use this tool versus alternatives like get_activity_details or search_activities. The description only states what the tool does, not when it should be chosen over siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_activity_detailsAInspect
Read-only details for a single activity/product. Response includes booking_link, thumbnail_url, group_size, and a standardized item_card. Listing content fields (additional_details, perfect_for, faq_items) carry authoritative eligibility and logistics rules (e.g. minimum age, what to wear); check them before answering guest questions.
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
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 that the operation is read-only, lists key response fields, and importantly flags that certain listing fields contain authoritative eligibility/logistics rules that should be checked before answering guest questions. This is useful behavioral context beyond the basic operation.
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, front-loaded with the core purpose, and every clause adds value. It is concise without being under-specified.
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 detail lookup with an output schema available, the description is complete. It explains the operation, names response fields, and highlights the authoritative data fields, which is more than sufficient for an agent to invoke and 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?
The schema has a single required parameter `product_id` with zero description coverage in the schema. The tool description only loosely implies that the parameter identifies the activity/product, but does not explain its format, source, or how to obtain a valid value. Given the low coverage, the description should have compensated more explicitly.
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 and resource: 'Read-only details for a single activity/product.' It clearly distinguishes itself from sibling tools like search_activities (searching) and get_activity_availability (availability), making the purpose immediately apparent.
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—when needing details for a single activity/product—and contrasts with the broader search tool. However, it does not explicitly exclude when to use siblings like get_activity_availability or get_complementary_recommendation, so it stops short of full guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_complementary_recommendationBInspect
Read-only ranked complementary activities anchored to a source product_id. Each recommendation includes booking_link, thumbnail_url, and a standardized item_card.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| location | No | ||
| time_slot | No | ||
| party_size | No | ||
| product_id | Yes | ||
| has_children | No | ||
| radius_miles | No | ||
| includes_children | No | ||
| max_recommendations | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It adds value by stating 'Read-only' and 'ranked', and by listing output fields (booking_link, thumbnail_url, item_card). However, it does not explain the ranking criteria, potential errors, or how the system behaves with invalid or missing parameters. It is transparent at a basic level but lacks depth.
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, front-loaded with the primary purpose and key output details. Every word earns its place, with no fluff or repetition. It is appropriately sized for the information it conveys.
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 complexity (9 parameters, no annotations) and the presence of an output schema, the description is insufficient for complete understanding and correct invocation. It covers the high-level purpose and some output fields, but leaves parameter semantics and behavioral nuances unexplained. The output schema partially mitigates the return-value aspect, but not the input requirements.
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 has 9 parameters with 0% descriptive coverage, and the description does not compensate. It only mentions product_id as the anchor, leaving parameters like date, location, time_slot, party_size, radius_miles, has_children, includes_children, and max_recommendations completely unexplained. This is a critical gap for an agent to correctly invoke the tool.
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: 'Read-only ranked complementary activities anchored to a source product_id.' It specifies the verb (get), the resource (complementary activities), and the key anchor (product_id). This distinguishes it from sibling tools like search_activities, which focus on broader discovery rather than complementary recommendations.
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: when you need complementary activities based on a source product_id. However, it does not explicitly state when to prefer this over alternatives like get_activity_availability or search_activities, nor does it mention exclusions or prerequisite conditions. The guidance is 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.
search_activitiesAInspect
Read-only search for activities by location/query/date. Each result includes booking_link, thumbnail_url, group_size, and a standardized item_card.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| limit | No | ||
| query | No | ||
| location | No | ||
| party_size | No | ||
| has_children | No | ||
| radius_miles | No | ||
| includes_children | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses 'Read-only' which signals a non-destructive operation, and it mentions result fields (booking_link, thumbnail_url, group_size, item_card). However, it does not explain pagination, ranking, rate limits, or how the read-only nature is enforced. This is a minimal viable disclosure.
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 succinct sentences, front-loaded with the core purpose and key output fields. No fluff or redundancy; every word contributes.
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 8 parameters, no annotations, and an output schema, the description is too sparse to be fully contextual. It does not explain how the location object works, what 'item_card' summarizes, or how this search relates to complementary recommendations. The description would be more complete with a sentence about additional filters and typical usage.
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 explain parameters. It only mentions location/query/date, leaving limit, party_size, has_children, radius_miles, and includes_children unexplained. While parameter names are somewhat self-explanatory, the description fails to clarify how they interact or that they are additional filters, creating a significant semantic gap.
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 'Read-only search for activities by location/query/date' – a specific verb (search) with a resource (activities) and scope (filters). This distinguishes it from sibling tools like get_activity_details or get_activity_availability, which are more focused on specific lookups.
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 clear context for when to use this tool: to search activities by location, query, or date. However, it does not explicitly mention alternatives or when-not-to-use, but the phrasing 'search' vs siblings' 'get' implies a distinction.
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!
Related MCP Servers
- AlicenseBqualityDmaintenanceThis MCP server provides access to TripAdvisor data for planning vacations, enabling users to search for and get details about locations, attractions, restaurants, and hotels through an interactive planning experience.42Apache 2.0
- FlicenseAqualityCmaintenanceAn AI-powered travel planner MCP server enabling flight and hotel search, weather forecasts, point-of-interest discovery, itinerary generation, and budget management.8
- Alicense-qualityDmaintenanceMCP server for Expedia travel recommendations. Enables LLMs to search hotels, flights, activities, and car rentals using natural language.21Apache 2.0
- AlicenseAqualityAmaintenanceMCP server for the Viator Partner API that enables searching tours, activities, and attractions with structured filters or free text, retrieving product details and availability schedules.101081MIT