Skip to main content
Glama

Nc Dmv Offices

nc_dmv_offices
Read-onlyIdempotent

Find North Carolina DMV driver license offices and license plate agencies with street address, city, ZIP, phone number and posted opening hours. NCDMV publishes no other machine-readable office directory, so this is the office locator for the state: it answers "DMV offices in Raleigh", "address and hours of the Durham DMV", "phone number for the Asheville driver license office", or "license plate agency near Charlotte". Search by office name, city or ZIP. Each office also carries its NCDMV district. For the live queue at these same offices use nc_dmv_wait_times.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zipNoFive-digit ZIP code, e.g. "27604". A prefix such as "276" also matches.
cityNoCity name, matched as a substring, e.g. "Durham", "Winston-Salem".
limitNoMax offices to return (default 200, max 400).
officeNoCase-insensitive office-name substring, e.g. "Raleigh", "Cary".
serviceNo"driver" for driver license offices (default) or "vehicle" for vehicle services / license plate agency units.
districtNoNCDMV district name substring, e.g. "District 5".

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 readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds value by noting that NCDMV publishes no other machine-readable directory, establishing this tool as the definitive locator, and mentions that each office carries its district. This adds 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?

The description is very concise: two sentences plus example queries. It is front-loaded with the core purpose and every sentence adds necessary context. No wasted words.

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?

Despite no output schema, the description states what fields are returned (address, city, ZIP, phone, hours, district), which is sufficient for a read-only locator tool. It also explains the tool's unique role as the state's only machine-readable office directory.

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?

The input schema has 6 parameters with full descriptions (100% coverage). The description adds real-world usage examples (e.g., 'DMV offices in Raleigh') and elaborates on search by office name, city, or ZIP, enriching but not duplicating the schema. It goes beyond baseline by providing context for parameter usage.

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 finds NC DMV driver license offices and license plate agencies, providing address, city, ZIP, phone, and hours. It gives concrete examples of queries it answers, and distinguishes itself from the sibling tool nc_dmv_wait_times by specifying that for live queues that other tool should be used.

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 explicitly tells when to use this tool (for office location info), and when not (for live queues use nc_dmv_wait_times). It also lists search criteria: office name, city, or ZIP, providing clear guidance on usage scenarios.

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.