Skip to main content
Glama
keithah

Tessie MCP Extension

by keithah

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TESSIE_ACCESS_TOKENYesYour Tessie API access token. Get your token from tessie.com → Account → Developer Settings

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_vehicle_current_stateC

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

get_driving_historyC

Get driving history for a vehicle within a date range

get_mileage_at_locationC

Find drives to a specific location and return mileage information

get_weekly_mileageC

Calculate total miles driven in a specific week or time period

get_vehiclesB

List all vehicles in the Tessie account

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 5 tools

Disambiguation4/5

The tools have mostly distinct purposes, but 'get_driving_history' and 'get_weekly_mileage' could be confused as both involve retrieving mileage data over time periods. However, their descriptions clarify that one is for general history and the other specifically for weekly totals, reducing ambiguity.

Naming Consistency5/5

All tool names follow a consistent 'get_*' verb_noun pattern, making them predictable and easy to understand. The naming is uniform across all five tools, with no deviations in style or convention.

Tool Count4/5

Five tools is reasonable for a vehicle management server, though it feels slightly thin for comprehensive coverage. The tools cover key read operations but may benefit from additional actions like vehicle control or settings management to be fully scoped.

Completeness3/5

The server provides good read-only coverage for vehicle data, including state, history, and mileage. However, there are notable gaps such as missing update/control operations (e.g., lock/unlock, climate control) and administrative functions, which limits agent workflows to retrieval only.

Maintenance

ActivitySlowing
ResponsivenessNo issues