Skip to main content
Glama
lodordev

mcp-teslamate-fleet

tesla_trip_cost

Estimate trip cost to a destination using your Tesla's 30-day average efficiency and current battery level. Includes kWh, cost, and range check.

Instructions

Estimate trip cost to a destination — kWh, cost, range check.

Uses your personal 30-day average efficiency and current battery level.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gas_priceNoGas price per gallon (default from TESLA_GAS_PRICE env)
destinationYesCity, address, or place name (e.g. "Atlanta, GA")
mpg_equivalentNoComparable gas vehicle MPG (default from TESLA_GAS_MPG env)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must disclose behavior. It mentions using personal 30-day average efficiency and current battery level, but does not clarify if the tool is read-only, what happens with defaults, or any side effects.

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, no wasted words. Front-loaded with the primary purpose, then additional context. Excellent conciseness.

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?

Given the tool has an output schema (as per context), the description does not need to explain return values. It covers the key inputs and behavior, making it complete for a cost estimation tool.

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 input schema has 100% description coverage, so parameters are already documented. The description does not add additional meaning or usage details beyond what the schema provides. Baseline 3 is appropriate.

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 estimates trip cost including kWh, cost, and range check, using personal efficiency and battery level. It distinguishes itself from other Tesla tools by being the only one for trip cost estimation.

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 description implies the tool is for estimating trip costs but does not explicitly state when to use it versus alternatives. No exclusionary guidance or context on prerequisites is provided.

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

Install Server

Other Tools

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/lodordev/mcp-teslamate-fleet'

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