Skip to main content
Glama

EM Snow

Get webcams

get_webcams
Read-onlyIdempotent

Get nearby webcam images and their source links, with the required provider credit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resortYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3/5.0
Behavior3/5

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

Annotations already declare readOnly, idempotent, non-destructive, and openWorld=false, so the safety profile is covered. The description adds one useful behavioral detail beyond that – the required provider credit, implying an attribution obligation on the returned content – but says nothing about freshness, availability, or rate limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single front-loaded sentence that names the payload and the credit requirement with no filler. Efficient, though it spends its one clause on output rather than on routing or the input parameter.

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

Completeness3/5

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

For a simple one-parameter read tool with full safety annotations, the description is mostly adequate and does describe the return payload. However, with no output schema and an undescribed required parameter, it leaves the input side and the credit/attribution mechanics underspecified.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% and the description never mentions the required 'resort' parameter or its format, so it does no compensating work. The parameter name is somewhat self-explanatory, which keeps this above a 1, but the description adds no meaning beyond the bare schema.

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 states a specific verb (get) and resource (nearby webcam images and their source links), so the agent knows exactly what comes back. It doesn't distinguish itself from plausible siblings like get_resort_media or watch_resort, but the resource is concrete enough to be unambiguous.

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

Usage Guidelines2/5

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

There is no when-to-use guidance, no exclusions, and no mention of an alternative sibling. An agent cannot tell from this text whether to prefer it over get_resort_media or watch_resort.

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.

Resources