Skip to main content
Glama

Ny Dmv Road Test Sites

ny_dmv_road_test_sites
Read-onlyIdempotent

List New York State DMV road test sites — where the driving test is actually administered — with the city, county, ZIP, coordinates, written directions to the starting point, and which tests each site gives (Auto, Motorcycle, CDL A/B/C, Farm, RV). Covers 444 active sites statewide, answering "where can I take my road test near Albany", "which New York road test sites offer the motorcycle test", or "CDL road test sites in Erie County". For the DMV counter that issues the licence use ny_dmv_offices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zipNoFive-digit ZIP code, e.g. "12204".
cityNoCity or town, matched as a substring, e.g. "Albany", "Yonkers".
limitNoMax sites to return (default 50, max 200).
countyNoCounty name in mixed case as published here, e.g. "Erie", "Suffolk", "Kings".
regionNoDMV region, e.g. "Upstate", "Downstate", "Long Island", "New York City".
test_offeredNoTest type the site must give: "Auto", "Motorcycle", "CDL A", "CDL B", "CDL C", "CDL-Other", "Farm", "RV".

Schema Changelog

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

  1. First observed

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint false, so safety is clear. Description adds useful context about coverage (444 active sites statewide) without contradicting annotations.

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 single-paragraph description is concise but packs necessary details; front-loaded with core function. Could be marginally improved with bullet points, but remains clear and efficient.

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?

With 6 optional parameters and no output schema, the description fully explains what the tool returns and provides example queries, making it complete for an agent to understand and invoke.

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 individual parameter descriptions. The description adds value by providing example parameter values (e.g., county: 'Erie', test_offered: 'Motorcycle') and clarifying usage, going slightly 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 lists NY DMV road test sites with specific attributes (city, county, ZIP, coordinates, directions, test types) and explicitly distinguishes from the sibling ny_dmv_offices tool for license counters.

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?

Provides concrete examples of when to use (e.g., 'where can I take my road test near Albany', 'CDL road test sites in Erie County') and explicitly directs to ny_dmv_offices for DMV counters, offering clear guidance vs. alternatives.

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.