Sicily Stays
Server Details
Hotel availability and nightly rates for Cefalu and northern Sicily.
- 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.8/5 across 3 of 3 tools scored.
每个工具有明确的不同目的:list_destinations列出目的地,search_availability搜索可用性,get_property获取物业详情。三者之间没有重叠或混淆的可能。
所有工具名遵循一致的verb_noun模式:list_destinations、search_availability、get_property,风格统一且易于理解。
3个工具对于住宿搜索服务来说略少但合理,涵盖了用户核心需求:目的地选择、搜索和详情查看,没有不必要的冗余。
工具覆盖了从目的地浏览到搜索再到详情获取的完整流程,但缺少高级过滤或预订功能,不过对于其搜索定位已足够完整。
Available Tools
3 toolsget_propertyAInspect
Full detail for one accommodation by its identifier, as returned by search_availability.
| Name | Required | Description | Default |
|---|---|---|---|
| property_id | Yes | Identifier, e.g. cef-001. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral traits. It states the tool returns 'full detail' but doesn't specify what that includes (e.g., pricing, amenities, images). It also doesn't confirm whether it only uses the input identifier without side effects or mutation, which would be relevant for an agent choosing between read and write operations. However, the simple single-parameter design implies a straightforward lookup.
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, efficient sentence that front-loads the purpose and immediately adds context about the identifier's source. No unnecessary words 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?
Given the low complexity (1 required parameter, no nested objects, no enums, no output schema), the description is mostly adequate. However, it doesn't explain the return format or confirm that no output schema is needed for interpretation. It also doesn't mention whether errors occur for invalid IDs, which could be helpful. For a simple tool, this is acceptable but not fully 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?
The description mentions the identifier and references an example format (e.g., cef-001) from the schema. Since schema coverage is 100%, the description adds some context by linking the identifier to another tool's output, but doesn't provide additional meaning beyond what the schema's description already states.
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 fetches full details for one accommodation by identifier. It specifies the identifier comes from another tool (search_availability), adding context that distinguishes it from siblings like list_destinations which likely lists destinations rather than retrieving a single property.
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 explicitly ties the identifier to the output of search_availability, providing clear guidance on when to use this tool (after getting an identifier from search results). It doesn't explicitly state alternatives or when not to use it, but the sibling context suggests it's for a single property vs. broader search or destination listing functions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_destinationsAInspect
List the destinations covered by this service, with how many properties each has.
| Name | Required | Description | Default |
|---|---|---|---|
No 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 full burden for behavioral disclosure. The description states it returns a list of destinations with property counts, implying a read-only query. It does not mention permissions, rate limits, or side effects, but for a simple listing operation with no parameters, the level of disclosure is adequate and consistent with the tool's nature.
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 sentence, front-loaded with the verb 'List', and contains no unnecessary words. It efficiently communicates both the action and the returned information.
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 no parameters, no output schema, and low complexity, the description is fully complete. It explains what the tool does and what the output includes ('with how many properties each has'). The sibling context further clarifies its role in the service.
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 are 0 parameters, and the schema description coverage is 100% (vacuously). The description adds meaning beyond the empty schema by clarifying the tool lists destinations with property counts. Per the rubric for 0 parameters, baseline is 4.
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 'List the destinations covered by this service, with how many properties each has.' It uses a specific verb ('List') and resource ('destinations'), and adds value by specifying the returned data (property counts). It naturally distinguishes from siblings like 'get_property' (single property) and 'search_availability' (find available dates).
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 a list of destinations with property counts is needed) but does not explicitly state when not to use it or name alternatives. Given the tool has no parameters and siblings are clearly different, the guidance is clear and sufficient, but lacks explicit exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_availabilityBInspect
Search accommodation availability and indicative nightly rates in Cefalu and northern Sicily. Returns properties matching a destination, date range and party size.
| Name | Required | Description | Default |
|---|---|---|---|
| guests | No | Number of guests. Default 2. | |
| check_in | No | Arrival date, YYYY-MM-DD. | |
| sea_view | No | Only properties by the sea. | |
| check_out | No | Departure date, YYYY-MM-DD. | |
| destination | Yes | Town name, e.g. Cefalu, Palermo, Taormina. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must fully disclose behavioral traits. It fails to clarify whether the tool only returns available properties, what happens if no dates are provided (only destination is required in the schema), or any side effects. Critical gaps remain for an accurate agent invocation.
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 sentence that front-loads the purpose ('Search availability...'). It is concise and contains no fluff, though it could be slightly more structured (e.g., listing the key filters). It 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, the description should explain what is returned, but it only vaguely states 'Returns properties matching...'. It does not address the optionality of dates or how to interpret results. With five parameters and one sibling, the description leaves significant gaps.
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%, so the baseline is 3. The description adds a mild grouping ('destination, date range and party size') but no new format or constraint details beyond what the schema already provides. The value added is minimal.
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 specifies the verb 'Search', the resource 'accommodation availability and indicative nightly rates', and the scope ('in Cefalu and northern Sicily'). This clearly differentiates from siblings: get_property (single property details) and list_destinations (list towns).
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 this tool (when needing availability and rates for a destination), but it does not explicitly contrast with siblings or advise when not to use it. No exclusions or alternative guidance is provided.
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
- Alicense-qualityCmaintenanceEnables verified, bookable hotel price checking with tax-inclusive totals, OTA tax status flags, and durable Booking.com fallback links for budget travel planning.MIT
- AlicenseAqualityAmaintenanceSearch vacation rental properties, check real-time availability, get canonical pricing quotes, and create direct bookings. Each property is its own node with live data. Supports staircase pricing, seasonal rates, and 11 languages.1132762Apache 2.0

DIDA Hotel MCPofficial
Alicense-qualityBmaintenanceEnables AI agents to search, compare, and book hotels with real-time pricing and availability, supporting multiple location types, star ratings, and price filters.4MIT