Skip to main content
Glama

Get a Tesla Robotaxi quote

robotaxi_get_quote

Get a live fare and route preview between two pickup and dropoff locations. Enter addresses or place names to see trip cost and route before booking.

Instructions

Get a live fare and route preview for two Robotaxi locations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pickupYesPickup name or address
dropoffYesDropoff name or address
pickup_result_indexNo
dropoff_result_indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3/5.0
Behavior1/5

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

The description says 'Get a live fare,' which presents the operation as a read-only retrieval, yet the annotations declare readOnlyHint=false. This is an annotation contradiction; the description also fails to clarify whether the quote request has side effects or validity limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single front-loaded sentence with no wasted words. It is concise, though 'for two Robotaxi locations' is slightly vague compared to saying 'between pickup and dropoff.'

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

Completeness2/5

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

For a 4-parameter tool with a place-search sibling, the description omits the workflow (search places, then choose result indexes) and the relationship to book_ride. The output schema may cover returns, but the description is not complete enough for correct invocation in ambiguous-location cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Only pickup and dropoff have schema descriptions; pickup_result_index and dropoff_result_index are undocumented. The description adds no meaning for the index parameters, so an agent cannot tell that they select among place-search results or how to use them.

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 names a specific operation—get a live fare and route preview—for two robotaxi locations, which clearly distinguishes it from sibling tools like search_places, book_ride, and ride_status. The verb 'Get' plus 'fare and route preview' makes the tool's outcome unmistakable.

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

Usage Guidelines3/5

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

The purpose implies this is a pre-booking fare/route check, but the description never explicitly says to use it before book_ride or explains when not to use it. There are no stated alternatives or exclusions, so the agent is left to infer usage from the sibling names.

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

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/robotaxi-mcp'

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