Skip to main content
Glama

Missouri License Offices

Mo Dmv License Offices

mo_dmv_license_offices
Read-onlyIdempotent

Find a Missouri license office — the Department of Revenue counters Missourians use as the DMV, for driver licenses, ID cards, license plates, titles and registration renewal. Returns street address, phone, the days and hours each office is open, coordinates, the contract agent and office manager who run it, and the upcoming dates it will be closed. Missouri refreshes this file daily, so it answers "is the Columbia license office closed next week", "DMV office in Springfield MO", "license office hours in ZIP 63101", and "who runs the license bureau in Potosi". Covers all 176 offices statewide.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zipNoFive-digit Missouri ZIP code, or a prefix, e.g. "63101" or "631".
cityNoCity name, matched as a substring, e.g. "Columbia", "Springfield", "Kansas City".
nameNoOffice-name substring, e.g. "Columbia South", "Potosi".
limitNoMax offices to return (default 50, max 200).

Schema Changelog

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

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Annotations declare readOnlyHint, idempotentHint, destructiveHint=false. Description adds value by noting daily data refresh and specifying exact return fields, exceeding what annotations provide. No contradiction.

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?

Single paragraph, no wasted words. Starts with purpose, lists returned fields, gives concrete examples, and ends with scope. Efficient and front-loaded.

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

Completeness4/5

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

Describes all return details (since no output schema) and data freshness. Does not explicitly state default behavior when no parameters given (returns first 50 offices?), but limit param covers that. Adequate for a lookup tool.

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 covers all four parameters with descriptions. The description adds context with examples like 'Columbia' for city and '63101' for ZIP, and explains usage patterns (substring matching, prefix). This enhances understanding beyond schema alone.

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?

Description clearly states 'Find a Missouri license office' and enumerates returned fields (address, phone, hours, coordinates, etc.). Provides example queries that differentiate from sibling tools (e.g., 'DMV office in Springfield MO' vs. unrelated tools like deep_research).

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?

Examples of use cases (closing dates, office hours, location queries) implicitly guide when to use. No explicit exclusions or alternatives, but context of sibling tools makes it clear this is the DMV office tool.

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.