Skip to main content
Glama

get_idles

Retrieve idle periods for your Tesla when it is parked and not in use. Specify start and end timestamps along with the VIN to get a list of idle intervals.

Instructions

Returns idle periods (vehicle parked, not driving or charging)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoEnd timestamp (Unix epoch seconds)
vinNoVehicle Identification Number (VIN). Defaults to TESSIE_DEFAULT_VIN env var if set.
fromNoStart timestamp (Unix epoch seconds)
limitNoMaximum number of idles to return
timezoneNoTimezone (e.g. America/Los_Angeles)
distance_formatNoDistance format (overrides TESSIE_DISTANCE_FORMAT env var)
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly indicates a read operation ('Returns'), but it does not add context about response format, pagination, default time ranges, or any side effects. The definition of idle periods is helpful, but deeper behavioral traits are absent.

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 sentence that is front-loaded with the main verb and resource, and the parenthetical definition adds value without extra verbosity. Every element earns its place.

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 simple list-retrieval tool with no required parameters and a clear schema, the description covers the essential semantics of what constitutes an idle period. It does not detail the return shape, but given the absence of an output schema and the simplicity of the tool, the description is reasonably complete.

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?

All 6 parameters have full descriptions in the schema (100% coverage), lowering the burden on the tool description. The description adds a helpful definition of 'idle periods' that clarifies the meaning of the returned data, but it does not provide parameter-level context beyond what the schema already states.

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 uses a specific verb ('Returns') and resource ('idle periods') with a clear parenthetical definition ('vehicle parked, not driving or charging'), which distinguishes it from sibling tools like get_drives and get_charges.

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 when to use the tool (to retrieve idle periods, complementing drives and charges), but it does not explicitly state when to use it versus alternatives or provide exclusions. For example, it does not mention that get_drives or get_charges should be used for driving or charging data.

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