Skip to main content
Glama

Ca Dmv Driver Licenses

ca_dmv_driver_licenses
Read-onlyIdempotent

Count valid California driver licenses and identification cards held by residents of each county, as an annual series from 2008 onward. Answers "how many licensed drivers are in Los Angeles County", "which California county has the most driver licenses", or how a county's licensed-driver count has changed over time. Counts people holding a license or ID card, which is a different question from how many vehicles are registered — for that use ca_dmv_vehicle_registrations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoFour-digit year between 2008 and 2024, e.g. "2024". Defaults to the most recent published.
limitNoMax counties to return (default 30, max 60).
countyNoCounty name, matched as a substring, e.g. "Los Angeles", "Alameda".

Schema Changelog

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

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already indicate readOnly, openWorld, idempotent, and non-destructive. The description adds that it is an annual series from 2008 and counts people, not vehicles, providing useful context beyond annotations.

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?

Three sentences: purpose, examples, and distinction. No wasted words, front-loaded with key info.

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?

For a simple counting tool with good annotations and parameter descriptions, the description is nearly complete. It could mention return value format but the input schema examples implicitly cover that.

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?

Schema coverage is 100% with descriptions for all 3 parameters. The description does not add new parameter-level information but hints at filtering by county and year. Baseline 3 is appropriate.

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 tool counts driver licenses and IDs by county annually from 2008. It includes example questions and explicitly distinguishes from ca_dmv_vehicle_registrations, a sibling tool, using specific verb 'count' and resource.

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 gives explicit usage context: answers county-level licensed driver counts and directs to ca_dmv_vehicle_registrations for vehicle registration queries. It does not cover when NOT to use (e.g., for total state counts) but provides a clear alternative.

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.