livetrafficcam-mcp
Server Quality Checklist
Latest release: v1.0.0
- Disambiguation4/5
Each tool targets a distinct lookup type: state overview, cameras by state/route, cameras by named entity, single-camera status, and uptime statistics. There is minor overlap between list_states and state_uptime since both mention liveness summaries, but their levels of detail and purposes are clearly different.
Naming Consistency3/5Naming is readable but inconsistent: list_states uses a verb, cameras_by_state and cameras_for_entity follow a noun-by-entity pattern, while camera_status and state_uptime are noun-noun phrases. The conventions are mixed but still predictable enough to navigate.
Tool Count5/5Five tools is well-scoped for a traffic camera lookup server. Each tool covers a necessary access pattern without redundancy, and the count feels neither thin nor bloated.
Completeness4/5The set covers the core domain well: state coverage, camera listing by state/route and named entities, single-camera status, and uptime reporting. Minor gaps exist, such as no direct camera-image or stream endpoint and no free-text national camera search, but agents can work around these with the provided URLs.
Average 3.9/5 across 5 of 5 tools scored.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 1 commit in the last 12 weeks
- No stable releases found
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI is passing
This repository is licensed under MIT License.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
Add a glama.json file to provide metadata about your server.
This server has been verified by its author.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description communicates that this is a list operation and adds that counts originate from the measured camera uptime report, which provides useful provenance. However, the 'liveness summary' is not defined, and with no annotations providing safety or behavior hints, some behavioral context is left unstated.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two concise sentences: the first states the action and result, the second adds data provenance. There is no redundant wording or filler, and the key information is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple zero-parameter list operation, the description covers the scope, the per-state grouping, and the two output categories: camera counts and liveness summary. It could define 'liveness summary' more precisely, but overall it is sufficient for an agent to invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and the input schema is empty with 100% description coverage, so there are no parameter semantics for the description to clarify. This matches the baseline for a no-parameter tool.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb ('List') and resource ('US states covered by livetrafficcam.com'), and it specifies the output contents: camera counts and a liveness summary per state. It does not explicitly differentiate itself from sibling tools like state_uptime or cameras_by_state, but its scope is reasonably distinct.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given about when to prefer this tool over the sibling tools. There is no mention of alternatives, conditions, or exclusion criteria, so an agent must infer usage from the name and description alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description itself carries the disclosure burden. It states the output content (live/stale/dead counts, 14-day check success rate), notes the temporal scope ('right now'), and adds a practical behavioral instruction to cite the report URL. It does not mention rate limits or data freshness, but the tool appears to be a straightforward read-only report.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no wasted words. "no waste" and front-loads the core function before the citation requirement.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description adequately explains what the tool returns (live/stale/dead counts and success rate) and the report URL citation rule. Since there is no output schema, this is necessary and sufficient for a simple query tool. It does not cover invalid state handling, but that 's a minor gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has full description coverage for the single 'state' parameter, including format and example. The description adds no new parameter semantics beyond confirming 'one state,' which is appropriate given the schema is already complete.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific action and resource: measuring camera uptime for a single state, including live/stale/dead counts and a 14-day success rate. It does not explicitly name sibling tools, but the resource scope ('one state') and aggregate report nature distinguish it from camera-level or listing tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage context: it is for aggregated uptime reporting per state, not for individual camera status or camera lists. However, it does not explicitly state when to prefer this tool over its siblings or provide exclusions such as 'use camera_status for a single camera.'
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full disclosure burden. It usefully reveals the 200-camera limit and points to an alternative for complete counts. However, it does not mention output shape, pagination behavior, error conditions, or any access requirements, leaving notable behavioral gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences deliver the essential information with no filler. The primary purpose is stated first, and the critical operational caveat (200-camera limit) plus the alternative tool are provided in the second sentence, which is ideal for an agent scanning descriptions.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a moderately simple list tool, the description covers the main operational caveat (result cap) and directs the agent to the correct sibling for full counts. It lacks an output schema and has no annotations, but the core information needed to scope and call the tool correctly is present.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already explains state, route, and live_only. The description adds a route example and restates the two-letter state requirement, but it does not meaningfully expand on parameter semantics beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('List'), a clear resource ('traffic cameras'), and a precise scope ('for a US state (two-letter code)'), with an optional route filter. It also names state_uptime as a distinct tool for full fleet counts, helping separate it from a sibling at a glance.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly tells the agent when to avoid this tool: if full fleet counts are needed, use state_uptime instead. It does not explicitly contrast with cameras_for_entity or camera_status, but the state-scoped purpose is clear enough to infer most usage boundaries.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry the transparency burden alone; it does clearly indicate a read-only operation and discloses that the result includes the matching livetrafficcam.com page URL. However, it does not explain behavior for unknown slugs, pagination, or any further response conventions, so it only reaches adequate transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence that conveys purpose, scope, slug format, and one important output detail. It contains no filler and does not restate the parameter name.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter list tool with no output schema or annotations, the description covers the input contract and at least one key output element (the page URL). It could be more complete about other returned camera fields or error/empty behavior, but nothing essential for invoking it correctly is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already fully documents entity_slug, so the baseline is 3, but the description adds meaning by specifying that the slug represents a pass, corridor, bridge, or tunnel and by providing two realistic examples (donner-pass, snoqualmie-pass) beyond the schema's single example.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb ('List') and a precise resource ('traffic cameras for a named pass, corridor, bridge, or tunnel'), scoped by slug with concrete examples. This makes it distinct from siblings like cameras_by_state, which target states rather than entity slugs.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrasing 'for a named pass, corridor, bridge, or tunnel by its slug' clearly communicates when to use this tool: when you have an entity slug. It does not explicitly name alternatives or when-not conditions, but the use case is strongly implied and unambiguous.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral burden. It communicates that this is a read-style status lookup and enumerates what the result contains. It does not discuss rate limits, auth, or side effects, but 'Live status of one camera' strongly implies a non-mutating query.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
Two compact sentences. The first establishes the tool's output, and the second explains how to address a specific camera. There is no filler or repetition of schema details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
There is no output schema, so describing the return contents in prose is important and is done well. The main gap is not explicitly stating whether exactly one of name, slug, or camera_id is required, but the overall description is sufficient for a straightforward status lookup.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, giving the baseline 3. The description adds real value by explaining that the camera can be identified by id, slug, OR name fragment, and that these are scoped within a state. This clarifies the relationship between state and the optional identifier parameters beyond the schema alone.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific verb ('Live status'), a clear resource ('one camera'), and the key output fields (verified-live state, last live time, source URL, attribution). This distinguishes it from siblings like cameras_by_state (listing) and state_uptime (state-level status).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
It clearly implies this is for fetching status of a single camera using id, slug, or name fragment within a state. However, it does not explicitly say when to prefer this over cameras_by_state or state_uptime, nor does it state that one of the identifiers should be supplied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/bzsasson/livetrafficcam-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server