Skip to main content
Glama

Tessie MCP Extension

by keithah

get_driving_history

Retrieve vehicle driving history data within specified date ranges using VIN, start date, and end date parameters.

Instructions

Get driving history for a vehicle within a date range

Input Schema

NameRequiredDescriptionDefault
end_dateNoEnd date in ISO format (YYYY-MM-DD or YYYY-MM-DDTHH:mm:ssZ)
limitNoMaximum number of drives to return
start_dateNoStart date in ISO format (YYYY-MM-DD or YYYY-MM-DDTHH:mm:ssZ)
vinYesVehicle identification number (VIN)

Input Schema (JSON Schema)

{ "properties": { "end_date": { "description": "End date in ISO format (YYYY-MM-DD or YYYY-MM-DDTHH:mm:ssZ)", "type": "string" }, "limit": { "default": 50, "description": "Maximum number of drives to return", "type": "number" }, "start_date": { "description": "Start date in ISO format (YYYY-MM-DD or YYYY-MM-DDTHH:mm:ssZ)", "type": "string" }, "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