Skip to main content
Glama

Pennsylvania DMV (PennDOT)

Pa Dmv Vehicle Registrations

pa_dmv_vehicle_registrations
Read-onlyIdempotent

Count all vehicles registered in Pennsylvania by county for a given quarter, from PennDOT Driver & Vehicle Services. Covers the entire registered fleet of every fuel type, returns a genuine statewide Pennsylvania total plus each county's share of it, and carries the plug-in count alongside for context. Answers "how many vehicles are registered in Pennsylvania", "how many cars are registered in Allegheny County", "which Pennsylvania county has the most registered vehicles", and quarterly trend questions via the year and quarter arguments (2023 onward). For the electric and hybrid breakdown by drivetrain use pa_dmv_ev_adoption.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoRegistration year, one of 2023, 2024, 2025, 2026. Defaults to 2026.
limitNoMax counties to return (default 30, max 70). Pennsylvania has 67 counties.
countyNoPennsylvania county name, matched as a substring, e.g. "Allegheny", "Montgomery", "Philadelphia".
quarterNoQuarter of that registration year: "Q1", "Q2", "Q3" or "Q4". Defaults to the latest quarter PennDOT has actually filed for that year.

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, openWorldHint, idempotentHint, and no destructive behavior. The description adds context: it returns genuine statewide totals, plug-in counts, and covers entire fleet. No contradictions.

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 somewhat long but front-loaded with key purpose and usage. Every sentence adds value, though minor redundancy could be trimmed. Overall good structure.

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 4 parameters, no output schema, and moderate complexity, the description is very complete. It explains return content (counts by county, total, plugin count) and example questions, leaving no major gaps.

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 descriptions for all 4 parameters. The description adds extra context like default values for year and quarter, and examples (e.g., Allegheny county). It complements the schema well.

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 all vehicles registered in Pennsylvania by county for a given quarter, from PennDOT Driver & Vehicle Services. It specifies it covers all fuel types, returns a statewide total, and distinguishes from the sibling tool pa_dmv_ev_adoption for electric/hybrid breakdown.

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 says when to use: for questions about total registered vehicles, county counts, and quarterly trends. It also directs users to pa_dmv_ev_adoption for electric/hybrid breakdown, providing clear alternative guidance.

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.