list_cameras
Browse the camera registry to find public cameras by city, country, location, or category. Supports pagination for large datasets.
Instructions
Browse the camera registry. Returns cameras with id, name, city, country, location, category, coordinates, and source (upstream or local). Supports filtering by city, country, location, and category. Use limit/offset for pagination — the full registry is large.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Filter by city name (e.g. 'London', 'New York', 'Sydney') | |
| country | No | Filter by country code or name (e.g. 'US', 'UK', 'Australia', 'JP') | |
| location | No | Filter by location string (e.g. 'Manhattan', 'Borough') | |
| category | No | Filter by category: city, park, highway, airport, port, weather, nature, landmark, other | |
| limit | No | Max cameras to return (default 20, max 100) | |
| offset | No | Skip this many cameras (for pagination, default 0) |