Skip to main content
Glama

Tessie MCP Extension

by keithah

get_weekly_mileage

Calculate total miles driven by a Tesla vehicle during a specific time period using VIN and date range inputs.

Instructions

Calculate total miles driven in a specific week or time period

Input Schema

NameRequiredDescriptionDefault
end_dateYesEnd date of the period (ISO format)
start_dateYesStart date of the period (ISO format)
vinYesVehicle identification number (VIN)

Input Schema (JSON Schema)

{ "properties": { "end_date": { "description": "End date of the period (ISO format)", "type": "string" }, "start_date": { "description": "Start date of the period (ISO format)", "type": "string" }, "vin": { "description": "Vehicle identification number (VIN)", "type": "string" } }, "required": [ "vin", "start_date", "end_date" ], "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