Skip to main content
Glama

Nc Dmv Wait Times

nc_dmv_wait_times
Read-onlyIdempotent

Live wait times at North Carolina DMV offices, published by NCDMV itself and refreshed continuously: the current average wait in minutes, the longest wait anyone in line is seeing, and whether each office is open right now. Covers all 148 NCDMV driver license offices statewide plus the vehicle services and license plate agency units, so it answers "how long is the wait at the Raleigh DMV", "is the Charlotte DMV open right now", "which DMV near Greensboro has the shortest line", or "shortest DMV wait in North Carolina today". North Carolina is one of only two states whose DMV publishes a live queue feed. Outside posted business hours the agency reports every office closed with a zero wait, which is an idle queue rather than a measurement, and the response says so.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo"wait" ranks shortest average wait first (open offices first); "name" (default) keeps the agency's own order.
limitNoMax offices to return (default 200, max 400).
officeNoCase-insensitive office-name substring, e.g. "Raleigh", "Charlotte", "Wilmington".
serviceNo"driver" for driver license offices (default, 148 offices) or "vehicle" for vehicle services / license plate agency units.
open_onlyNoWhen true, keep only offices the feed currently reports as open.

Schema Changelog

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

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, etc. The description adds valuable behavioral details: data source ('published by NCDMV itself'), refresh rate ('refreshed continuously'), and special case outside business hours ('idle queue rather than a measurement'). This exceeds annotation coverage.

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

Conciseness4/5

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

The description is a single paragraph but packs all essential information: purpose, data source, example queries, parameter notes, and edge case behavior. Slightly verbose on the 'only two states' fact, but still efficient overall.

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?

Given 5 parameters, no output schema, but rich annotations, the description covers all critical aspects: what it does, what data it returns, parameter semantics, edge cases (closed offices), and realistic usage scenarios. No gaps identified.

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

Parameters5/5

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

With 100% schema coverage, the description still adds value by explaining parameter usage, e.g., 'case-insensitive office-name substring' for 'office', 'wait ranks shortest average wait first' for 'sort', and default values for 'service' and 'limit'. This enriches understanding beyond the schema.

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 provides 'live wait times at North Carolina DMV offices' with specific metrics (average wait, longest wait, open status). It distinguishes itself from sibling tool 'nc_dmv_offices' by focusing on live data and includes example queries, making the purpose unmistakable.

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 good context on when to use the tool (e.g., checking wait times, finding shortest line) and mentions behavior outside business hours. It does not explicitly compare to alternatives like 'nc_dmv_offices' but implies the distinction through its focus on live data.

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.