Skip to main content
Glama

Server Details

Search Ocean Builders' floating-home inventory, get unit specs and pricing, register buyer interest.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

4 tools
get_pricing_and_deposit_policyGet list pricing and the reservation deposit policyAInspect

Current list price ranges per home type (USD), the refundable reservation deposit amount and its policy, the payment milestone schedule, and the link to reserve online.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must carry behavioral context. It indicates this is an informational retrieval tool through words like 'current' and by listing returned policy data, so calling it appears safe and side-effect-free. Still, it does not explicitly state read-only behavior, data freshness limitations, or any authentication requirements.

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, information-dense sentence that front-loads the most important output, price ranges, and then lists the remaining elements efficiently. There is no repetition, filler, or irrelevant detail.

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?

With no output schema and no parameters, the description fully carries the responsibility of explaining what the tool provides. It enumerates all major return elements: price ranges, deposit amount, policy, payment milestones, and reservation link. The tool is simple enough that this list is sufficient for an agent to understand the call's purpose and result.

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?

The tool has zero parameters, so there is no parameter semantics to document. The baseline for a zero-parameter tool is 4, and the description appropriately focuses on the returned content rather than input details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the resource: current list price ranges per home type, refundable reservation deposit amount and policy, payment milestone schedule, and online reservation link. It is not a tautology and is specific enough to suggest a distinct purpose, though it does not explicitly contrast with sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/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 pricing, deposit, payment schedule, or reservation link info is needed. However, there is no explicit guidance on when not to use it or which sibling tool to prefer, leaving the agent to infer selection from the content list and sibling names.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_unit_detailsGet the spec sheet for one home typeAInspect

Full specification for one product type/model: layouts, dimensions, what is included (appliances, furniture, smart home), community amenities, imagery links, and the availability band.

ParametersJSON Schema
NameRequiredDescriptionDefault
productYesA product id from search_inventory (e.g. "2-bedroom", "studio") or a model name (e.g. "Ocean Residence").

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Without annotations, the description carries the burden of behavioral disclosure. It clearly describes the returned specification content, but does not disclose edge behavior such as handling of invalid product ids, whether availability data is live/current, or whether the call is strictly read-only.

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 dense sentence that front-loads the purpose and then enumerates the return categories. Every phrase carries information, with no filler or redundant wording.

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 one-parameter lookup tool, the description plus schema cover what is returned and how to supply the argument. It could be more complete by explicitly contrasting with get_pricing_and_deposit_policy or clarifying the meaning of the availability band, but nothing essential is missing.

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 100%, and the schema already explains the product parameter well, including source and examples. The description adds no parameter-specific detail 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.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific operation ('Full specification for one product type/model') and lists the exact content returned: layouts, dimensions, inclusions, amenities, imagery links, and availability band. This clearly distinguishes it from siblings like get_pricing_and_deposit_policy and search_inventory.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use for retrieving a full spec sheet for a specific home type, and the schema references products from search_inventory. However, it does not explicitly state when to prefer this tool over siblings, nor does it mention any exclusions or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_inventorySearch Ocean Builders home inventoryAInspect

Lists the over-water home product types currently offered (studio, 2-bedroom, 3-bedroom, …) with model name, coarse availability band (available / limited / sold_out — exact unit counts are not published), size, headline features, and starting price. Optionally filter by bedrooms or a free-text query.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoFree-text filter over product names and features, e.g. "villa", "rooftop pool".
bedroomsNoFilter by bedroom count. 0 or 1 both match the Studio (our studios ARE our one-bedroom homes).

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the behavioral disclosure burden. It adds meaningful context by stating that only a coarse availability band is exposed and that exact unit counts are not published. This sets accurate expectations about the tool's limitations without contradicting any structured metadata.

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 well-structured sentences deliver the core purpose, output content, and filtering options without wasted words. The caveat about coarse availability is woven in neatly rather than adding clutter.

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 two-optional-parameter listing tool with no output schema, the description is largely complete: it names the return content, the granularity of availability, and the available filters. It falls slightly short only because it does not explicitly distinguish itself from sibling tools or state when not to use it.

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 100%, so the schema already documents both parameters, including the notable studio/0-or-1-bedroom nuance. The description reiterates that filtering is optional but adds little semantic value beyond the schema.

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 'Lists' and identifies the exact resource: over-water home product types currently offered. It enumerates the returned fields (model name, availability band, size, features, starting price), clearly separating this inventory-browsing tool from pricing, unit-details, and inquiry siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage: use this to browse or filter current product types. It states optional filters but does not explicitly say when to prefer this over get_pricing_and_deposit_policy, get_unit_details, or submit_inquiry, nor does it mention any exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

submit_inquiryRegister a buyer inquiry with the sales teamAInspect

Registers a prospective buyer's interest with the Ocean Builders sales team. Requires the buyer's real name and email (with their consent to be contacted); the team follows up by email. Returns a neutral acknowledgment.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesThe prospective buyer's full name.
emailYesThe prospective buyer's email address (they consent to be contacted).
phoneNoOptional phone number, international format preferred.
messageNoWhat they are interested in, questions, timeline — anything for the sales team.
websiteNoLeave empty.
elapsed_msNoMilliseconds the end user spent composing this inquiry, when known.

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full transparency burden. It discloses the side effect ('Registers'), the requirement of consent, the follow-up behavior, and the response type ('neutral acknowledgment'). It does not detail potential duplicates or exact acknowledgment contents, but for a simple submission tool this is adequately transparent.

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 three short sentences (about 30 words) with the core action front-loaded. Every sentence adds useful information: what it does, what is required, and what happens next. There is no fluff or repetition of schema details.

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 6-parameter tool with no output schema or annotations, the description covers the essential context: purpose, required inputs, consent requirement, follow-up, and the response. Optional parameter details are fully handled by the schema. It could be more explicit about how this complements or differs from sibling tools, but the description is otherwise complete.

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 100%, so the schema already documents all six parameters. The description adds only a small emphasis on name/email and consent, which is largely redundant with schema descriptions. It does not need to explain optional parameters further.

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 states a specific verb and resource: 'Registers a prospective buyer's interest with the Ocean Builders sales team.' This clearly identifies the tool as a submission action, distinct from the read-only sibling tools like search_inventory and get_unit_details. It also summarizes prerequisites and the follow-up, leaving no ambiguity about what the tool does.

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: it is used when a buyer wants to express interest and gives consent to be contacted, with the sales team following up by email. However, it does not explicitly name alternatives or state when not to use this tool (e.g., 'for pricing questions, use get_pricing_and_deposit_policy'). This is clear context with no exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables discovery and evaluation of primary residence housing opportunities in Ibiza, including property scoring, mortgage scenario calculations, and validated submission of candidate listings.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to verify crypto wallets, generate proof of funds letters, and provide guidance on purchasing real estate with cryptocurrency, including fees, supported assets, timelines, and the complete transaction flow.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables structured real estate workflows including property search, agent/client management, market intelligence, mortgage calculations, valuation, investment analysis, and document ingestion, with offline-first capabilities and optional live data integrations.
    AGPL 3.0
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Each tool has a clearly distinct primary purpose: searching product types, getting detailed specs, viewing pricing/policy, and submitting an inquiry. Minor overlap exists between search_inventory's starting price and get_pricing_and_deposit_policy's price ranges, and availability appears in both search results and unit details, but these are different levels of detail.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: search_inventory, get_unit_details, get_pricing_and_deposit_policy, submit_inquiry. Retrieval operations use get_, search uses search_, and the action uses submit_. The long pricing tool name is verbose but still fits the pattern.

Tool Count5/5

Four tools is well-scoped for an inventory and sales-inquiry server. Each tool covers a distinct part of the buyer journey: discover, inspect, understand pricing, and express interest, without redundant or unnecessary operations.

Completeness4/5

The tool set covers the main inventory browsing funnel: search, details, pricing, and inquiry submission. It does not expose exact unit counts or direct reservation, but those are intentionally externalized via the reserve link, so the surface is reasonably complete for its stated purpose.

Resources