Skip to main content
Glama

start_inquiry

Generate a WhatsApp inquiry link for a Fursat home. Returns a wa.me URL that opens WhatsApp with a prefilled message identifying the listing and (optionally) the guest's dates, party size, and notes. Use this when a traveler wants to actually book or inquire about a specific home after seeing it in search results. Bookings on Fursat happen on WhatsApp — there is no online checkout.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesURL slug of the Fursat listing (e.g., 'pudung-farm').
notesNoFree-text notes the assistant should include in the inquiry (e.g., 'celebrating an anniversary', 'need airport pickup quote'). Optional, keep under 280 chars.
guestsNoTotal number of guests. Optional.
checkInNoCheck-in date in ISO format YYYY-MM-DD. Optional; include only if the guest specified a date.
checkOutNoCheck-out date in ISO format YYYY-MM-DD. Optional; include only if the guest specified a date.

TDQS

A4.5/5.0
Behavior4/5

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

In the absence of annotations, the description carries the full burden. It discloses that the tool returns a wa.me URL with a prefilled message, and explains that bookings are done on WhatsApp. This gives the agent good understanding of the behavior without revealing any hidden side effects. No contradictions.

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 long with no wasted words. The first sentence states the action and result; the second provides usage context. Every part earns its place.

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 there is no output schema, the description fully explains the return value (wa.me URL). It covers all parameter roles and provides a clear use case. The tool is simple, and the description leaves no obvious gaps.

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 input schema already provides descriptions for all 5 parameters (100% coverage). The description adds value by explaining that the prefilled message includes 'the listing and (optionally) the guest's dates, party size, and notes', and adds a character limit hint for 'notes'. This goes 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 clearly states the verb ('generate') and resource ('WhatsApp inquiry link'), and specifies the return type ('wa.me URL'). It distinguishes itself from siblings 'get_listing' and 'search_listings' by focusing on generating a link for booking/inquiry rather than retrieving information.

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 states when to use the tool: 'when a traveler wants to actually book or inquire about a specific home after seeing it in search results.' It also provides important context that bookings happen on WhatsApp. However, it doesn't explicitly state when not to use it or provide alternatives, so it's not a 5.

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.4/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: search, detail retrieval, and inquiry initiation. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (get_listing, search_listings, start_inquiry), making them predictable and easy to understand.

Tool Count5/5

Three tools are well-suited for a niche vacation rental service covering search, details, and booking initiation. The count is neither too few nor excessive.

Completeness4/5

The tool set covers the core user journey (search, view, inquire). A minor gap is the lack of a 'list all listings' tool, but search serves that purpose adequately. No update/delete needed for a read-only catalog.

Resources