Skip to main content
Glama

get_vehicle_state

Retrieve the latest state of a Tesla vehicle, including drive, charge, climate, and configuration details.

Instructions

Returns the latest state of a specific vehicle including drive state, charge state, climate state, and vehicle config

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vinNoVehicle Identification Number (VIN). Defaults to TESSIE_DEFAULT_VIN env var if set.
use_cacheNoUse cached data (default true). Set false to wake the vehicle for fresh data.
Behavior2/5

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

With no annotations, the description carries the full burden, but it only lists return content. It does not disclose caching behavior, potential vehicle wake, rate limits, or whether the data might be stale. The parameter description for use_cache hints at this, but the tool description itself omits it.

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 single, well-structured sentence that front-loads the action and resource, then lists the included data areas. Every word earns its place with no redundancy.

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

Completeness3/5

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

The description explains what data is returned and the schema covers parameters, but it lacks guidance on sibling tool selection and does not mention the caching/wake behavior implied by use_cache. This is adequate for a simple read tool but leaves room for improvement.

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 coverage is 100%, and both parameters have clear descriptions in the schema, so the baseline of 3 applies. The tool description adds no extra parameter meaning, but the schema already handles the semantics adequately.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns the latest state of a specific vehicle and lists the main data categories (drive, charge, climate, config). It does not explicitly differentiate from similar siblings like get_vehicle_status or get_full_status, so it falls short of a 5.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as get_vehicle_status or get_full_status. There are no exclusions, prerequisites, or context cues beyond the basic description.

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/akrowczyk/tessie-mcp-server'

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