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
Available Tools
3 toolsbook_tripBook a tripAInspect
Place a real booking with no account. The car is held for 30 minutes and a payment link comes back; the person you are helping opens it and pays the full fare, and the trip confirms itself the moment the money lands. You cannot complete the payment yourself, so hand them the link. Quote it first so you can tell them the price. To change or cancel afterwards, text +1 424-487-4875 — the house's automated line, answered around the clock — or call +1 310-757-5588 to reach the live concierge.
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date of travel, YYYY-MM-DD, Los Angeles time. | |
| time | Yes | Pickup time, HH:MM, 24-hour, Los Angeles time. | |
| addon | No | Airport add-on. meetgreet is arrivals only, departure is departures only. | |
| hours | No | Length of the block. Required for hourly and shuttle. | |
| notes | No | Anything the chauffeur should know. Passed through verbatim. | |
| phone | Yes | Mobile number for the rider, with a country code if it is not US. Required: the chauffeur has to be able to reach them, and the confirmation is texted here. | |
| stops | No | Waypoint addresses, in order. | |
| pickup | No | Street address the trip starts from. Omit for the airport end of an arrival. | |
| dropoff | No | Street address the trip ends at. Omit for the airport end of a departure. | |
| service | Yes | Which service to price. Call list_services for what each one covers. | |
| car_seats | No | Number of child car seats required. | |
| direction | No | Required on any airport service. | |
| extra_stops | No | Count of unaddressed extra stops on an hourly booking. | |
| airport_code | No | IATA code, e.g. "BUR" or "VNY". Assumed LAX for the lax service. | |
| baggage_valet | No | Bags collected and carried through. Arrivals only. | |
| booster_seats | No | Number of booster seats required. | |
| flight_number | No | Flight number, so the chauffeur can track the arrival. | |
| passenger_name | Yes | Full name of the person riding. Required: it is the name on the trip and what the chauffeur asks for. | |
| passenger_count | No | How many people are riding. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations, the description discloses major real-world behavior: no account is required, the car is held for 30 minutes, the trip confirms only after payment lands, the agent cannot self-serve payment, and change/cancel channels are provided. This is exactly the kind of operational context that annotations alone do not convey.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the core purpose and maintains a logical flow: booking, hold, payment, instruction to hand over the link, then post-booking contacts. It is somewhat dense, especially the second sentence, but every sentence earns its place given the complexity of the workflow.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a 19-parameter booking tool with no output schema, the description covers the critical workflow: real booking, hold window, external payment link, confirmation trigger, and post-booking support. It does not spell out the exact return payload shape or edge cases like an expired payment link, but it is complete enough for the agent to act effectively.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already covers all 19 parameters with descriptions and enums, so the parameter-semantics burden is largely met by the schema itself. The tool description does not add specific parameter-level meaning beyond that, so a baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with "Place a real booking with no account," which is a specific verb plus resource and clearly distinguishes this tool from its siblings list_services and quote_trip. The subsequent details about the 30-minute hold and payment link reinforce that this is the actual booking action, not a quote or lookup.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly instructs the agent to "Quote it first so you can tell them the price," implying quote_trip should be called before book_trip. It also warns that the agent cannot complete the payment and must hand the link to the person. It does not explicitly name alternatives or say when not to book, but the workflow guidance is clear enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_servicesIconic CLS servicesARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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 tripARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| addon | No | Airport add-on. meetgreet is arrivals only, departure is departures only. | |
| hours | No | Length of the block. Required for hourly and shuttle. | |
| stops | No | Waypoint addresses, in order. | |
| pickup | No | Street address the trip starts from. Omit for the airport end of an arrival. | |
| dropoff | No | Street address the trip ends at. Omit for the airport end of a departure. | |
| service | Yes | Which service to price. Call list_services for what each one covers. | |
| car_seats | No | Number of child car seats required. | |
| direction | No | Required on any airport service. | |
| extra_stops | No | Count of unaddressed extra stops on an hourly booking. | |
| airport_code | No | IATA code, e.g. "BUR" or "VNY". Assumed LAX for the lax service. | |
| baggage_valet | No | Bags collected and carried through. Arrivals only. | |
| booster_seats | No | Number of booster seats required. |
TDQS
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.
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.
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.
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.
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.
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.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Book a private driver in Paris: live quotes, airport transfers, tours, VIP Meet & Greet. No auth.
Book London airport & cruise port transfers to any UK address. Fixed prices, free cancellation.
Fixed-price GC & Brisbane airport and cruise transfers. Live quotes, human-confirmed bookings.
Peer-to-peer car rental search — luxury, exotic, and EV vehicles with delivery across the US.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to get fixed-price quotes and book London airport transfers, with flight validation and inter-agent communication via A2A protocol.
- AlicenseAqualityDmaintenanceEnables booking premium private chauffeur transfers in Paris and across Europe directly from AI agents. Provides tools to list vehicles, get quotes, book rides, and retrieve service information.4MIT

warp-agent-mcpofficial
AlicenseAqualityCmaintenanceQuote, 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.202733MIT- AlicenseNot gradedqualityCmaintenanceLuxury hotel intelligence and secure checkout handoff for AI travel agents.1Apache 2.0
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clear, distinct purpose: listing services, quoting a trip, and booking a trip. There is zero overlap in function, making selection unambiguous.
All tool names follow a consistent verb_noun pattern (list_services, quote_trip, book_trip) with snake_case throughout. The naming is predictable and uniform.
With only 3 tools, the set is minimal but aligned with the server's narrow scope of a car service booking flow. It feels slightly thin but not unreasonable; each tool earns its place.
The surface covers the core workflow (list, quote, book), but lacks tools for checking trip status, modifying, or cancelling a booking—those are handled externally via phone, creating a notable gap for agents.