Check Risk Along a Route
skimguard_route_riskGiven a series of route points, report locations along that stretch of road with recent suspicious activity or stale scan coverage. IMPORTANT: this checks the road AHEAD, not a whole trip — at most 20 km of the supplied route is examined, and the response says how much was actually checked (examinedMeters / truncated). For accurate results pass real route geometry from a directions provider; passing only a start and end point checks a straight line between them, which will not follow the actual road. TO COVER A LONGER TRIP: split the route geometry into consecutive 20 km segments and call this tool once per segment, then combine the results — that is the supported way to check a full drive. A 500 km trip is about 25 calls, which fits inside the anonymous rate limit. Do NOT report a route as clear unless you have covered all of it this way; say which portion you checked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| polyline | Yes | Ordered route points, start first | |
| corridor_meters | No | How far either side of the route to look (10-200 m) | |
| response_format | No | Response format: 'markdown' (default) or 'json' | markdown |
| lookahead_meters | No | How far along the route to look (max 20 km) |