Skip to main content
Glama
lodordev

mcp-teslamate-fleet

tesla_trunk

Control your Tesla's trunk or frunk remotely through the MCP server. Open or close storage compartments with confirmation for vehicle access.

Instructions

Open or close the trunk or frunk. Requires confirm=True.

Args: which: "rear" for trunk, "front" for frunk confirm: Must be True to execute.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
whichNorear
confirmNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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. It discloses the confirm requirement (a safety behavior) but doesn't mention other behavioral traits like whether this requires vehicle wake-up, network connectivity, authentication needs, rate limits, or what happens if the vehicle is in motion.

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 perfectly front-loaded with the core purpose in the first sentence, followed by parameter details. Every sentence earns its place with no wasted words, making it highly efficient.

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?

Given this is a vehicle control tool with no annotations, 2 parameters, and an output schema exists (so return values are documented elsewhere), the description is moderately complete. It covers the basic operation and parameters but lacks context about prerequisites, side effects, or error conditions that would be helpful for safe invocation.

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?

With 0% schema description coverage and 2 parameters, the description adds significant meaning beyond the bare schema. It explains that 'which' accepts 'rear' for trunk and 'front' for frunk, and that 'confirm' must be True to execute, providing crucial semantic context not in the schema.

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's purpose with specific verbs ('Open or close') and resources ('trunk or frunk'), and distinguishes it from siblings by focusing on trunk/frunk operations rather than charging, climate, or other vehicle functions.

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 provides implied usage through the 'Requires confirm=True' statement, which suggests a safety confirmation is needed, but doesn't explicitly state when to use this tool versus alternatives like tesla_lock/unlock or other vehicle control 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/lodordev/mcp-teslamate-fleet'

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