Skip to main content
Glama

Search Ocean Builders home inventory

search_inventory

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.

Input Schema

TableJSON 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.

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