Skip to main content
Glama

Ca Dmv Ev Adoption

ca_dmv_ev_adoption
Read-onlyIdempotent

Measure electric-vehicle adoption in California from DMV registration counts: how many battery-electric and plug-in hybrid vehicles are registered in a ZIP code or statewide, and what share of all registered vehicles that represents. Returns the full fuel mix with a plug-in share and an electrified share (which also counts conventional hybrids and hydrogen), or a breakdown of plug-in vehicles by make, ZIP or model year. Answers "EV share in ZIP 94002", "which ZIP codes in California have the most EVs", "how many Teslas are registered in California", and trend questions via the year argument (snapshots back to 2019).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zipNoFive-digit California ZIP code, e.g. "94002".
makeNoVehicle make, matched as a substring, e.g. "TESLA", "RIVIAN".
yearNoSnapshot year, 2019–2026. Defaults to 2026.
limitNoMax rows to return (default 25, max 200).
group_byNofuel (default) returns the whole mix plus EV share; zip, make or model_year return plug-in counts by that dimension.
model_yearNoFour-digit model year, e.g. "2025".

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds behavioral details: snapshot years back to 2019, default year 2026, substring matching for make, and two distinct return formats. This goes beyond annotations, though authentication and rate limits are not mentioned.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, front-loading the core purpose, then listing example queries and parameter details. Every sentence adds value with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description adequately explains the two return types (fuel mix with shares or breakdown by dimension) and covers all parameters. It could be more explicit about response structure or pagination, but the examples cover common use cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema has 100% description coverage with detailed parameter descriptions. The tool description reinforces this but does not add new semantic meaning beyond what the schema already provides. For example, the group_by parameter description in the schema already explains the options.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'measure' and the resource 'electric-vehicle adoption in California'. It provides specific examples of queries it answers, distinguishing it from sibling DMV tools that deal with driver licenses, forms, offices, etc.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description lists example questions and mentions statewide or ZIP-code scope, giving clear context for when to use the tool. However, it does not explicitly state when not to use it or name alternatives, though the narrowly defined domain makes this less critical.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.