Skip to main content
Glama

Iconic CLS

Server Details

Private chauffeured transport in Los Angeles. Price any trip at a fixed all-in rate, no account.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.5/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools are completely distinct: list_services provides information about available services, while quote_trip performs a pricing action. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow the consistent verb_noun pattern (list_services, quote_trip), making them predictable and easy to understand.

Tool Count3/5

With only two tools, the server feels somewhat thin, but it is appropriate for its narrow purpose of providing pricing quotes. The count is borderline but not unreasonable.

Completeness5/5

The server covers its core purpose completely: it provides all necessary service information and a mechanism to get a quote. There are no obvious gaps, as booking is intentionally handled by humans outside the server.

Available Tools

2 tools
list_servicesIconic CLS servicesA
Read-only
Inspect

What Iconic CLS runs, what each service needs in order to be priced, which airports and private airfields are covered, and where a human books. Read this before quoting.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

Annotations already mark readOnlyHint=true and destructiveHint=false, so the description isn't burdened with safety disclosure. It adds valuable context about the tool's contents (pricing needs, coverage areas) and notes that a human books, implying manual steps. It does not contradict 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?

Two sentences with no filler. The first sentence packs the core purpose and scope, while the second provides a clear action directive. Every word 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?

For a zero-parameter reference tool without an output schema, the description covers all essential aspects: what it lists, when to use it (before quoting), and how it relates to the sibling tool. The absence of output format details is acceptable given the simple informational nature.

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?

With zero parameters and 100% schema coverage, there is nothing to explain about parameters. The description appropriately focuses on the informational value rather than parameter details, matching the baseline for parameterless tools.

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 tool lists what Iconic CLS runs, including pricing prerequisites, covered airports/private airfields, and where human booking occurs. This distinguishes it from the sibling tool 'quote_trip' by specifying its informational scope.

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?

The explicit instruction 'Read this before quoting' directly tells the agent when to use this tool relative to the 'quote_trip' sibling. It also enumerates the content areas covered, making it clear it serves as a prerequisite reference.

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

quote_tripQuote a tripA
Read-only
Inspect

Price one trip and get back a single fixed all-in total in USD, including the Operations & Chauffeur Fee. Standard rates, no account needed, nothing stored. The total is an estimate: an account with negotiated rates prices differently.

ParametersJSON Schema
NameRequiredDescriptionDefault
addonNoAirport add-on. meetgreet is arrivals only, departure is departures only.
hoursNoLength of the block. Required for hourly and shuttle.
stopsNoWaypoint addresses, in order.
pickupNoStreet address the trip starts from. Omit for the airport end of an arrival.
dropoffNoStreet address the trip ends at. Omit for the airport end of a departure.
serviceYesWhich service to price. Call list_services for what each one covers.
car_seatsNoNumber of child car seats required.
directionNoRequired on any airport service.
extra_stopsNoCount of unaddressed extra stops on an hourly booking.
airport_codeNoIATA code, e.g. "BUR" or "VNY". Assumed LAX for the lax service.
baggage_valetNoBags collected and carried through. Arrivals only.
booster_seatsNoNumber of booster seats required.
Behavior4/5

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

Annotations already declare readOnlyHint and destructiveHint, so the safety profile is covered. The description adds valuable context by stating 'nothing stored' (non-persistence), 'estimate' (not guaranteed), and the distinction between standard and negotiated rates, going beyond 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?

The description is three sentences long, front-loaded with the primary purpose. Each sentence contributes meaningful info: the output type, the conditions (standard rates, no account, nothing stored), and the estimate caveat. There is no redundancy or 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?

For a 12-parameter tool with no output schema, the description clearly communicates the core response (single total) and gives important context (standard rates, estimate nature). It does not explain conditional parameters or return format details, but the schema handles parameter guidance. Sufficient for tool selection and basic invocation, though not exhaustive.

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 provide 100% coverage for all 12 parameters, so the baseline is 3. The description does not discuss any parameter specifics; it only mentions that the total includes the Operations & Chauffeur Fee, which is not tied to a specific parameter. Thus, no additional semantic value is added over 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 states a specific verb ('Price') and resource ('one trip'), and clearly defines the output as a single fixed all-in total. It distinguishes itself from the sibling tool list_services by focusing on pricing rather than service definitions.

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?

Provides clear context by stating 'Standard rates, no account needed, nothing stored', indicating when this tool is appropriate. However, it does not explicitly mention alternatives like list_services or exclusions for negotiated-rate accounts, leaving the when-not guidance implicit.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • F
    license
    -
    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.
  • A
    license
    A
    quality
    C
    maintenance
    Quote, book, and track real LTL, FTL, cargo van, and box-truck freight through the Warp network - 20 tools, in-chat login, Stripe-charged bookings, and real carrier dispatch. Quoting is keyless; booking needs a free Warp account with a card on file.
    20
    475
    3
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources