inventory
Server Details
Search Ocean Builders' floating-home inventory, get unit specs and pricing, register buyer interest.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolsget_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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | A product id from search_inventory (e.g. "2-bedroom", "studio") or a model name (e.g. "Ocean Residence"). |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Free-text filter over product names and features, e.g. "villa", "rooftop pool". | |
| bedrooms | No | Filter by bedroom count. 0 or 1 both match the Studio (our studios ARE our one-bedroom homes). |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The prospective buyer's full name. | |
| Yes | The prospective buyer's email address (they consent to be contacted). | ||
| phone | No | Optional phone number, international format preferred. | |
| message | No | What they are interested in, questions, timeline — anything for the sales team. | |
| website | No | Leave empty. | |
| elapsed_ms | No | Milliseconds the end user spent composing this inquiry, when known. |
TDQS
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.
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.
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.
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.
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.
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
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
Free public real estate listing exchange. Search, retrieve, and submit inquiries on listings.
Search live Phuket real estate: homes for sale, long-term rentals and new projects.
AI-native Caribbean vacation-rental registry: pricing, licensing, availability, source-linked.
AI-native real estate discovery with structured property search and market intelligence.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceEnables discovery and evaluation of primary residence housing opportunities in Ibiza, including property scoring, mortgage scenario calculations, and validated submission of candidate listings.
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to find vetted, daily-scored US residential real-estate investment deals with pay-per-request via USDC on Base.15MIT

RealOpen MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables 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- AlicenseNot gradedqualityBmaintenanceEnables 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
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.