Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
cityNoFilter by city name (e.g. 'London', 'New York', 'Sydney')
countryNoFilter by country code or name (e.g. 'US', 'UK', 'Australia', 'JP')
locationNoFilter by location string (e.g. 'Manhattan', 'Borough')
categoryNoFilter by category: city, park, highway, airport, port, weather, nature, landmark, other
limitNoMax cameras to return (default 20, max 100)
offsetNoSkip this many cameras (for pagination, default 0)
Behavior4/5

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

With no annotations, the description fully discloses the tool's read-only behavior, return fields, filtering capabilities, and pagination need. It adds value by noting the registry is large. No behavioral surprises or contradictions.

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?

The description is concise (two sentences plus a pagination note) and front-loaded with the primary purpose. Every sentence adds value, with no redundancy or fluff.

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?

Despite no output schema, the description explicitly lists the fields returned, which is sufficient for a listing tool. The filtering and pagination details make it complete for the agent to use correctly.

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 good parameter descriptions. The description adds context about pagination (limit/offset) and emphasizes that the registry is large, which helps the agent decide how to use parameters effectively.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Browse the camera registry' and lists the fields returned. It distinguishes itself from siblings like 'search_cameras' but does not explicitly contrast with other browse tools such as 'explore_cameras' or 'list_local'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions filtering and pagination, giving usage context. However, it lacks explicit when-to-use or when-not-to-use guidance compared to sibling tools, and does not provide alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stuchapin909/Open-Eagle-Eye'

If you have feedback or need assistance with the MCP directory API, please join our Discord server