Skip to main content
Glama

Ca Dmv Offices

ca_dmv_offices
Read-onlyIdempotent

Find California DMV field offices with street address, per-day opening hours, coordinates and the services each office actually performs (behind-the-wheel retest, duplicate title, ID cards, self-service terminals, CDL medical and more). Answers "DMV office in Sacramento", "which California DMV near San Jose does driving tests", or "DMV offices in ZIP 95814". Covers all 187 field offices from the DMV's own directory. For live wait times, California publishes none — nc_dmv_wait_times and or_dmv_wait_times are the only state feeds that exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zipNoFive-digit ZIP code, e.g. "95814".
cityNoCity name, matched as a substring, e.g. "Sacramento", "San Jose".
nameNoOffice-name substring, e.g. "Express", "Commercial".
limitNoMax offices to return (default 50, max 200).
serviceNoRequire a service, e.g. "dl retest", "duplicate title", "id cards", "self service terminals".

Schema Changelog

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

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds context on data source ('DMV's own directory') and coverage ('all 187 field offices'). No contradictions; however, it could mention rate limits or authentication, but for a read-only tool, current detail is adequate.

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 (about 5 sentences), front-loaded with the core purpose, and every sentence adds value. No fluff or redundancy.

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

Completeness5/5

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

Although there is no output schema, the description explains the return type (address, opening hours, coordinates, services) and coverage (187 offices). This is sufficient for a query tool with well-documented parameters.

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

Parameters4/5

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

Schema coverage is 100% with all parameters described. The description goes beyond schema by listing example services ('behind-the-wheel retest, duplicate title, etc.'), which provides helpful hints for the service parameter.

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 'find' and resource 'California DMV field offices', and lists the information returned: address, opening hours, coordinates, and services. It distinguishes from siblings by noting that wait times are not available and pointing to alternative tools.

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

Usage Guidelines5/5

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

The description provides example queries ('DMV office in Sacramento', 'which California DMV near San Jose does driving tests') and explicitly states when not to use it: for live wait times, California publishes none, and suggests siblings nc_dmv_wait_times and or_dmv_wait_times.

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.