Skip to main content
Glama

Tessie MCP Extension

by keithah

get_vehicle_current_state

Retrieve real-time Tesla vehicle data including location, battery level, and odometer reading using the VIN to monitor car status and performance.

Instructions

Get the current state of a vehicle including location, battery level, odometer reading

Input Schema

NameRequiredDescriptionDefault
use_cacheNoWhether to use cached data to avoid waking the vehicle
vinYesVehicle identification number (VIN)

Input Schema (JSON Schema)

{ "properties": { "use_cache": { "default": true, "description": "Whether to use cached data to avoid waking the vehicle", "type": "boolean" }, "vin": { "description": "Vehicle identification number (VIN)", "type": "string" } }, "required": [ "vin" ], "type": "object" }

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

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