Skip to main content
Glama
mikeysrecipes

TeslaMate MCP Server

get_current_car_status

Retrieve current status for each car from your TeslaMate database, providing key metrics like battery, location, and more.

Instructions

Get the current car status for each car.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries the full burden. It implies a read-only operation but does not disclose what 'car status' includes, whether it returns data for all cars simultaneously, or any other behavior. The description is too bare to provide meaningful transparency.

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

Conciseness3/5

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

The description is a single sentence and front-loaded, but it is under-specified. While concise, it lacks enough detail to be useful beyond the tool name. It is not overly verbose, but also does not earn full marks for effective structure.

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?

Complexity is low (zero params, output schema exists), so the description needn't explain return values. However, 'current car status' is ambiguous and could benefit from a brief definition of what status fields are included. The description is adequate for a simple getter but leaves important context unstated.

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

Parameters4/5

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

There are zero parameters, so the schema is fully covered. Per calibration, a baseline of 4 is appropriate since there is no parameter meaning to add.

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 a specific verb ('Get') and resource ('current car status') with a scope ('for each car'). It is distinct from siblings like 'get_basic_car_information' or 'get_battery_health_summary', though it doesn't explicitly differentiate itself.

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 vs. alternatives. The description does not mention any exclusions, prerequisites, or context in which this tool is preferred over sibling get_* tools.

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

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