traffic
Retrieve live traffic conditions including congestion and speed for major US metro areas. Provides real-time data to assess road conditions and travel delays.
Instructions
Retrieve live traffic conditions, congestion, and speed for a location. Coverage: live data for ~30 major US metros; returns degraded or empty values outside these areas. For rural coordinates, qualify the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- bin/server.js:50-55 (registration)The 'traffic' tool is registered in the TOOLS array as a static catalog entry. It lists the tool name, description, and an empty inputSchema. This is a local reference adapter that only returns the tool definition via tools/list; actual execution is delegated to the hosted server at https://geo.thinair.co/mcp.
{ name: "traffic", description: "Retrieve live traffic conditions, congestion, and speed for a location. Coverage: live data for ~30 major US metros; returns degraded or empty values outside these areas. For rural coordinates, qualify the response.", inputSchema: { type: "object" }, },