Skip to main content
Glama

Black Car Service — Bay Area Ride Quotes

Server Details

Bay Area SUV fare estimates, tentative availability and booking links for airport and hourly rides.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4.4/5.0

Scored across 2 tools

Disambiguation5/5

Each tool serves a distinct purpose: one checks ride availability, the other provides a price quote. Despite sharing input parameters, their actions are clearly separated and unambiguous.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern: check_ride_availability and quote_ride. The naming is predictable and aligns well with their functions.

Tool Count3/5

With only two tools, the server feels thin for a ride service, though both are essential for the stated quote/availability workflow. The count is borderline but not extreme.

Completeness4/5

The server covers the core pre-booking steps (availability and pricing), but booking is deliberately left to an external URL. This is a minor gap given the server's focus on quotes, so it's moderately complete.

Available Tools

2 tools
check_ride_availabilityCheck tentative Bay Area SUV availabilityAInspect

Check a requested Bay Area SUV pickup time against current scheduling constraints. Supply the same route, pickup time and passenger inputs as quote_ride. Returns only available, unavailable, or unknown. An available result is tentative and is not a hold or reservation; complete the request at https://www.blackcarservice.co/book. Hourly rides require hours (1–24); other ride types omit hours.

ParametersJSON 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.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations provide openWorldHint=true but readOnlyHint=false; the description adds key behavioral context by stating 'An available result is tentative and is not a hold or reservation' and that it 'Returns only available, unavailable, or unknown.' This clarifies the non-committal nature of the result, going beyond the annotation flags. No contradiction with annotations is present.

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 a compact two-sentence paragraph, front-loaded with the primary purpose and including the booking URL as a call-to-action. Every sentence contributes value: purpose, input consistency, output behavior, and parameter rule. No filler.

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?

There is no output schema, so the description explicitly states the return set: 'Returns only available, unavailable, or unknown.' It also clarifies the tentative nature of availability and the hours condition. For a simple check tool with a clear sibling reference, this is adequate; minor gaps like error handling are not critical.

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?

The schema already describes the 'hours' parameter with 'Required for hourly service; omit for airport and one-way rides.' The description repeats this ('Hourly rides require hours (1–24); other ride types omit hours') without adding new semantic detail. With 67% schema coverage, the description provides minimal additional meaning beyond what the schema already conveys.

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 opens with a specific verb and resource: 'Check a requested Bay Area SUV pickup time against current scheduling constraints.' It also differentiates from the sibling quote_ride by stating 'Supply the same route, pickup time and passenger inputs as quote_ride,' clarifying the tool's distinct purpose (checking availability vs. quoting).

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 states the tool uses the same inputs as quote_ride and gives a conditional rule for the 'hours' parameter ('Hourly rides require hours (1–24); other ride types omit hours'). It implies this tool is for checking availability and directs completion at the booking URL, but it does not explicitly state when to use this instead of quote_ride, leaving some inference to the agent.

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

quote_rideEstimate a Bay Area SUV fareAInspect

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.

ParametersJSON 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.

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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • First observedcheck_ride_availability
    • First observedquote_ride

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Fixed London chauffeur prices for AI agents: Heathrow/Gatwick/Stansted/Luton and cruise-port transfers, hourly and full-day hire, private day trips, Heathrow VIP meet & greet, plus pre-filled booking links. Public remote endpoint, no API key.
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Provides AI agents with curated San Francisco Bay Area places, verified real-time events, and neighborhood-bound local concierge experiences, strictly limited to San Francisco, Oakland, and Berkeley.
    3
    792 npm
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to get fixed-price quotes and book London airport transfers, with flight validation and inter-agent communication via A2A protocol.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources