Skip to main content
Glama

Book a Waymo ride

waymo_book_ride
Destructive

Book a quoted ride once the user explicitly requests it. Use the proposal token and payment method ID to confirm and finalize the reservation.

Instructions

Book a quoted ride. Call only after the user explicitly requests booking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmationYes
proposal_tokenYesToken returned by waymo_get_quote
payment_method_idYesID returned by waymo_list_payment_methods

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.3/5.0
Behavior1/5

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

The description says 'Book', which implies a state-changing mutation, while annotations declare readOnlyHint=true. This is a direct contradiction. The description also does not disclose side effects such as creating a reservation or payment implications.

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 short, purposeful sentences. It front-loads the core action and then gives the key invocation rule without any filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is minimally sufficient for tool selection: it identifies the booking action and when to call. However, it omits important behavioral context like side effects, and the contradictory readOnlyHint annotation undermines the overall reliability of the definition.

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 descriptions already cover proposal_token and payment_method_id, giving 67% coverage. The description adds little parameter-specific detail, though 'quoted ride' and the explicit-request condition provide indirect context for the confirmation field.

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 states a clear action ('Book') and resource ('a quoted ride'), making the tool's purpose obvious. It also separates this from siblings like waymo_get_quote and waymo_cancel_ride, though it does not explicitly name alternatives.

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 gives an explicit trigger condition: call only after the user explicitly requests booking. It does not describe exclusions or alternatives, but the sibling set makes the intended workflow reasonably clear.

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

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nathanielangafor/waymo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server