get_url_traffic
Get traffic metrics for a URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to analyze | |
| country | No | Country code (empty string for Global, 'us' for United States, etc.) |
Get traffic metrics for a URL
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to analyze | |
| country | No | Country code (empty string for Global, 'us' for United States, etc.) |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure, but it only offers a minimal hint that the tool reads traffic data. It does not disclose what metrics are returned, time range, authentication needs, rate limits, or any other behavioral traits, leaving the agent underinformed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single short sentence and is not verbose, but it is under-specified. While there is no wasted text, the extreme brevity fails to convey useful guidance, making it less a model of conciseness and more an example of minimalism that sacrifices clarity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given there is no output schema and no annotations, the description must explain what the tool returns and any relevant context, but it only says 'traffic metrics'. It omits details about metric types, country handling, URL requirements, or how this relates to domain-level traffic, making it incomplete for an agent to confidently use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema provides 100% coverage with descriptions for both 'url' and 'country', so the baseline is 3. The description does not add any extra meaning to the parameters, but the schema already documents them sufficiently.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Get') and resource ('traffic metrics for a URL'), making the tool's basic purpose obvious. However, it does not distinguish itself from sibling tools like get_domain_traffic or get_url_keywords, so it lacks the differentiation needed for a 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives, no prerequisites, and no mention of how it differs from similar traffic or URL tools. The description provides no context to help an agent decide between this and siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.