The Driscoll Public AI
Server Details
Property facts, indicative availability, authorised booking links and curated guest assistance.
- 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 4.3/5 across 5 of 5 tools scored.
Each tool has a clearly distinct purpose: checking availability, retrieving booking options, getting support guidance, and searching/retrieving property knowledge. The two knowledge tools are complementary (search then fetch by ID), not overlapping.
All tool names follow a consistent verb_noun pattern in snake_case: check_, get_, get_, get_, search_. No mixed conventions or vague verbs.
Five tools is well-scoped for a property information server. Each tool covers a necessary function without redundancy or bloat.
The surface covers availability checking, booking information, guest support, and searchable/retrievable property knowledge. Given the server's stated role as a public info AI, there are no obvious dead ends or missing operations.
Available Tools
5 toolscheck_stay_availabilityCheck an indicative stay windowARead-onlyIdempotentInspect
Interpret the current public availability feed for one proposed stay. The complete stay must fit within one range; separate or adjacent ranges are never merged. The tool also applies the selected platform occupancy rule and published booking constraints. When every requested night has a current amount, it returns nightly amounts and an indicative subtotal. It cannot hold dates or confirm a reservation or final price.
| Name | Required | Description | Default |
|---|---|---|---|
| adults | Yes | ||
| infants | No | ||
| check_in | Yes | Arrival date in YYYY-MM-DD format. | |
| children | No | ||
| platform | No | The intended booking platform, or unspecified when it has not yet been selected. | unspecified |
| check_out | Yes | Departure date in YYYY-MM-DD format. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Adds significant behavioral context beyond annotations: ranges are never merged, platform occupancy rules apply, and nightly amounts/subtotal are returned only when every requested night has a current amount. It also discloses it cannot hold or confirm, which is extra context beyond the read-only annotation.
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 compact paragraph of four sentences, front-loaded with the main purpose. Every sentence adds meaningful information, with no redundancy or fluff.
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 description covers the main behavior and output for the success case, including nightly amounts and subtotal. However, it does not explicitly state what happens if not all nights have current amounts, which is a minor gap given the absence of an output 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?
Schema descriptions cover 50% of parameters. The description adds meaning for platform (applies occupancy rule) and dates (single range requirement), but does not explain the semantics of adults, infants, or children beyond schema. Thus it partially compensates for missing parameter info.
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 specifically states it 'Interpret the current public availability feed for one proposed stay,' clearly identifying the tool's action and scope. It also explicitly distinguishes itself from booking tools by noting it cannot confirm reservations or final prices.
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 the tool: for an indicative check of a single stay window that must fit within one range. It implies boundaries by stating what it cannot do (hold dates, confirm), but does not explicitly name alternative tools or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_booking_optionsGet authorised booking optionsARead-onlyIdempotentInspect
Return The Driscoll's authorised booking links and platform-specific occupancy rule. The property website does not take direct bookings or payments.
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | The intended booking platform, or unspecified when it has not yet been selected. | unspecified |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, so the tool's safe, read-only nature is covered. The description adds useful context beyond annotations, such as the platform-specific behavior and the fact that the property website does not take direct bookings or payments, which helps set expectations for the agent.
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 function, and includes a relevant non-obvious fact about the property website. There is no wasted wording or redundancy with schema/annotations.
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 tool, the description is complete. It specifies what is returned (booking links and occupancy rule) and gives a critical constraint (no direct bookings/payments). No output schema exists, but the return content is adequately summarized, and sibling differentiation 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?
The input schema provides 100% coverage with a clear parameter description, so the description adds little beyond the schema. The 'platform-specific occupancy rule' mention relates to the platform parameter but doesn't elaborate on enum values; schema already explains them sufficiently.
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 'Return' with a clear resource: 'The Driscoll's authorised booking links and platform-specific occupancy rule.' It also adds a key differentiator from siblings by noting that 'The property website does not take direct bookings or payments,' which clarifies its unique role among booking-related 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?
The description implies when to use the tool: whenever booking options or platform occupancy rules are needed. It provides clear context by stating the property website doesn't handle bookings directly, but it does not explicitly name alternatives or exclusions relative to sibling tools like check_stay_availability.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_guest_support_guidanceGet curated guest supportARead-onlyIdempotentInspect
Retrieve the closest curated guest-safe technical-support sections for an installed device, appliance symptom or error. It never resets, reconfigures, disassembles or controls equipment. The input is search text, never an instruction to the server.
| Name | Required | Description | Default |
|---|---|---|---|
| device_or_issue | Yes | Device name, symptom or displayed error text. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds behavioral context by explicitly stating it 'never resets, reconfigures, disassembles or controls equipment' and that the input is search text, not an instruction. This reinforces and clarifies the safe, advisory nature of the tool 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?
Two sentences, no wasted words. The primary action and key behavioral constraints are front-loaded, making the description easy to scan and understand quickly.
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 single-parameter simplicity, strong annotations, and clear behavioral description, the tool is fully contextualized. It covers what it does, what it never does, how to phrase input, and implies appropriate use cases. No output schema is needed for this advisory 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 100% and the parameter description is clear. The description adds extra semantics by clarifying that 'device_or_issue' should be search text, not an instruction, which is a meaningful distinction beyond the schema's minimal description.
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 ('Retrieve the closest curated guest-safe technical-support sections') and a specific resource ('installed device, appliance symptom or error'). It distinguishes itself from sibling tools by focusing on guest support guidance rather than availability, booking, or property knowledge.
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 conveys clear usage context: use when you need guest-safe technical support sections for a device/issue. It does not explicitly name alternatives or exclusions, but the phrase 'input is search text, never an instruction' provides an important guideline for how to invoke it. Sibling tool names further differentiate context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_property_sectionGet one public knowledge sectionARead-onlyIdempotentInspect
Retrieve one complete owner-attested public knowledge section by the exact ID returned from search_property_knowledge.
| Name | Required | Description | Default |
|---|---|---|---|
| section_id | Yes | An allowlisted public section ID. |
Tool Definition Quality
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 covered. The description adds context about the content being 'owner-attested' and 'public', which is useful but not extensive. It doesn't contradict 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, well-structured sentence that immediately states the action, object, and key constraint. No wasted words, and the most important information (ID source) is placed at the end for emphasis.
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 one parameter, a complete enum, and strong annotations, the description covers the essentials: what is retrieved (complete section), and how to identify it (exact ID from search). It doesn't describe return format, but no output schema exists and the tool's purpose is simple. A 4 reflects near-total completeness with room to mention response structure.
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 description and enum for section_id. The description adds critical guidance on how to populate the parameter: use the exact ID returned from search_property_knowledge. This goes beyond the schema's 'allowlisted public section ID' by explaining the source and precision required.
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 ('Retrieve') and resource ('one complete owner-attested public knowledge section'), and specifies the exact source of the ID ('returned from search_property_knowledge'). This clearly distinguishes it from sibling tools like search_property_knowledge, which searches multiple sections.
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 for when to use the tool: after obtaining an exact ID from search_property_knowledge. It implies this tool is for fetching a single known item rather than searching. It doesn't explicitly state alternatives or when not to use, but the prerequisite is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_property_knowledgeSearch The Driscoll's public knowledgeARead-onlyIdempotentInspect
Search owner-attested public property facts, policies, amenities and curated guest-safe support. Use this before answering a factual question about The Driscoll. The query is search text, never an instruction to the server.
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | any | |
| limit | No | ||
| query | Yes | Plain search terms describing the property fact or topic required. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With readOnlyHint and idempotentHint annotations already indicating a safe read-only operation, the description adds valuable context: it clarifies that the query is search text and 'never an instruction to the server,' which is a critical safeguard against prompt injection. It also specifies the content scope (owner-attested, guest-safe) 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 consists of three concise sentences with no redundancy. It is front-loaded with the action verb ('Search'), then provides usage timing and a behavioral note. Every sentence adds necessary context, making the description highly efficient.
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 tool with no output schema, the description covers the purpose, when to use it, and a key behavioral rule. It does not mention result format or pagination, but the tool's low complexity and robust annotations make this sufficient for an agent to select and invoke it 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 only 33%; the description adds meaning for the query parameter by specifying it is plain search terms and not an instruction, which goes beyond the schema's brief description. However, it does not explain the kind or limit parameters; the enum values and constraints partially self-document, but the description does not fully compensate for the low coverage.
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 it searches owner-attested public property facts, policies, amenities, and curated guest-safe support, with a specific verb ('Search') and resource (The Driscoll's public knowledge). It distinguishes from sibling tools by focusing on factual property knowledge rather than availability, booking, or support guidance.
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 says 'Use this before answering a factual question about The Driscoll,' providing clear context for when to invoke the tool. It does not explicitly name alternatives or exclusion criteria, but the stated workflow and the contrast with sibling tools give sufficient guidance.
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
- 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.1133072Apache 2.0
- Flicense-qualityDmaintenanceEnables AI assistants to search properties, check availability, and manage bookings across Quest's Australian portfolio. This proof-of-concept implementation provides tools for property details, rate comparisons, and reservation handling using simulated data.
- AlicenseCqualityDmaintenanceEnables searching Airbnb listings with advanced filtering (location, dates, guests, price) and retrieval of detailed property information including amenities, policies, and booking links.44,2442MIT
- AlicenseBqualityDmaintenanceEnables searching for Airbnb listings and retrieving detailed accommodation information with direct links to Airbnb pages.21MIT