Skip to main content
Glama

Black Car Service — Bay Area Ride Quotes

Estimate a Bay Area SUV fare

quote_ride

Estimate Black Car Service SUV fares in the San Francisco Bay Area for SFO, OAK and SJC airport transfers, point-to-point rides and hourly chauffeur service, for 1–7 passengers. Pickup dates begin tomorrow in America/Los_Angeles. Hourly rides require hours (1–24); other ride types omit hours. The price excludes extras and gratuity. No availability check, hold, reservation, or payment is performed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursNoRequired for hourly service; omit for airport and one-way rides. Billed minimums apply.
pickup_atYesISO 8601 timestamp with explicit UTC offset. Clarify the customer's pickup time in America/Los_Angeles; account for daylight saving time.
trip_typeYes
passengersYes
pickup_addressYesFull pickup street address or airport, including city and state.
dropoff_addressYesFull destination. For hourly service returning to pickup, repeat the pickup address.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

Beyond the annotations, the description discloses important behavioral facts: pickup dates start the next day in America/Los_Angeles, hourly rides require hours, the price excludes extras and gratuity, and no hold/reservation/payment is performed. This gives the agent a clear safety and side-effect picture without contradicting the 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?

Four dense sentences front-load the core purpose and then layer constraints and exclusions. Every sentence earns its place, and there is no redundant or promotional language.

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?

The description is complete enough to correctly select and invoke the tool: it covers scope, required inputs, conditional parameter behavior, and explicit non-actions. It does not describe the response shape, but the tool name and 'Estimate fares' language make the return intent clear, and no output schema is provided.

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 67%, so the description does not need to carry every parameter, and it adds value by tying trip_type to airport transfers, point-to-point, and hourly service, and by restating the 1–7 passenger range. It slightly overlaps with schema descriptions for hours and pickup_at, but the ride-type mapping is genuinely additive.

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 ('Estimate') and resource ('Black Car Service SUV fares') and scopes it precisely to Bay Area airports, point-to-point rides, and hourly service. It also differentiates itself from check_ride_availability by explicitly stating that no availability check is performed.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives clear when-to-use context for SFO/OAK/SJC transfers, point-to-point, and hourly service, plus an explicit 'no availability check' exclusion that routes away from the sibling tool. It also clarifies the conditional hours parameter and the pickup-date constraint.

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.

Resources