Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

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.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: check_, get_, get_, get_, search_. No mixed conventions or vague verbs.

Tool Count5/5

Five tools is well-scoped for a property information server. Each tool covers a necessary function without redundancy or bloat.

Completeness5/5

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 tools
check_stay_availabilityCheck an indicative stay windowA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
adultsYes
infantsNo
check_inYesArrival date in YYYY-MM-DD format.
childrenNo
platformNoThe intended booking platform, or unspecified when it has not yet been selected.unspecified
check_outYesDeparture date in YYYY-MM-DD format.
Behavior5/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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 optionsA
Read-onlyIdempotent
Inspect

Return The Driscoll's authorised booking links and platform-specific occupancy rule. The property website does not take direct bookings or payments.

ParametersJSON Schema
NameRequiredDescriptionDefault
platformNoThe intended booking platform, or unspecified when it has not yet been selected.unspecified
Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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 supportA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
device_or_issueYesDevice name, symptom or displayed error text.
Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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 sectionA
Read-onlyIdempotent
Inspect

Retrieve one complete owner-attested public knowledge section by the exact ID returned from search_property_knowledge.

ParametersJSON Schema
NameRequiredDescriptionDefault
section_idYesAn allowlisted public section ID.
Behavior3/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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 knowledgeA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
kindNoany
limitNo
queryYesPlain search terms describing the property fact or topic required.
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources