Skip to main content
Glama

Get a Green Gooding rental quote

get_quote
Read-only

Compute a price quote for a rental and return a signed checkout URL the user can click to land in the booking form with dates, delivery option, and coupon pre-filled. The user confirms identity and pays through normal Stripe flow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateYesISO 8601 end datetime, must be after start_date
product_idYesProduct id from search_products
start_dateYesISO 8601 start datetime
coupon_codeNoOptional platform-wide coupon code
delivery_option_idNoOptional delivery/pickup option id from get_pickup_zones

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, which are consistent with the description's mention of computing a quote and returning a URL without modifying data. The description adds useful context about pre-filling the booking form and the Stripe flow, enhancing transparency beyond 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 two sentences with no fluff. The first sentence packs the core functionality and output, while the second clarifies the user's next steps. Every word serves a purpose.

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?

Given the tool's 5 parameters (all described in schema), no output schema, and complexity of generating a signed URL, the description adequately covers what the tool returns and how it integrates into the user flow. It could mention error handling for invalid dates, but overall it's sufficiently complete.

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 parameter descriptions. The description adds value by mapping 'dates, delivery option, and coupon' to specific parameters, explaining how they are pre-filled in the URL. This provides context beyond the raw 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 'compute' and the resource 'price quote', and specifies the output as a 'signed checkout URL'. It effectively distinguishes the tool from siblings by detailing what the URL does (pre-fill dates, delivery option, coupon) and the subsequent user flow.

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 after selecting a product and dates but does not explicitly state when to use this tool over siblings like propose_booking or check_availability. No direct comparison or when-not-to-use guidance is provided.

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.2/5.0
Disambiguation4/5

Most tools have distinct purposes, but get_quote and propose_booking both create Stripe checkout URLs with overlapping functionality, potentially confusing an agent on which to use.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (e.g., check_availability, get_pickup_zones, list_categories), making the naming predictable and clear.

Tool Count5/5

With 7 tools, the set covers browsing, searching, quoting, and booking without being overwhelming or too sparse, fitting the rental domain well.

Completeness4/5

Covers core workflows from discovery to booking initiation, but lacks post-booking management like cancellation or status checks, which is a minor gap for a complete lifecycle.

Resources