Skip to main content
Glama

Tessie MCP Extension

by keithah

get_mileage_at_location

Retrieve mileage data for Tesla vehicle drives to a specified location within a date range using VIN and location inputs.

Instructions

Find drives to a specific location and return mileage information

Input Schema

NameRequiredDescriptionDefault
end_dateNoEnd date to search until (ISO format)
locationYesLocation name or address to search for
start_dateNoStart date to search from (ISO format)
vinYesVehicle identification number (VIN)

Input Schema (JSON Schema)

{ "properties": { "end_date": { "description": "End date to search until (ISO format)", "type": "string" }, "location": { "description": "Location name or address to search for", "type": "string" }, "start_date": { "description": "Start date to search from (ISO format)", "type": "string" }, "vin": { "description": "Vehicle identification number (VIN)", "type": "string" } }, "required": [ "vin", "location" ], "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