Skip to main content
Glama
zhangluka

grain-seo-mcp

by zhangluka

bing_analytics_detect_anomalies

Analyze Bing traffic data to identify performance anomalies. Set a custom time range and threshold to detect unexpected changes in site traffic from Bing.

Instructions

Detect performance anomalies in Bing traffic

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteUrlYesThe URL of the site
daysNoNumber of days to check (default 14)
thresholdNoAnomaly threshold (default 2.5)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description must fully disclose behavioral traits. It fails to mention whether the tool is read-only, what the output format is, authentication requirements, or rate limits. The only behavioral clue is the verb 'Detect', which implies analysis but lacks transparency.

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?

The description is a single, clear sentence with no fluff. It is appropriately front-loaded with the verb. However, it could benefit from additional context without being verbose.

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

Completeness2/5

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

Given no annotations or output schema, the description should provide more context on what constitutes an anomaly, how the detection works, and what the tool returns. The current description is too sparse for an AI agent to invoke correctly without guesswork.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description does not add meaning beyond the schema, such as explaining how 'threshold' affects anomaly detection or what 'days' range is valid. It is adequate but not improved.

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 verb 'Detect' and the resource 'performance anomalies in Bing traffic', making the purpose specific. However, it does not distinguish from the sibling tool 'analytics_anomalies', which may have overlapping functionality.

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?

No guidance is provided on when to use this tool versus alternatives. The sibling list includes many analytics tools, but the description lacks context or exclusion criteria, leaving the agent uncertain about selection.

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

Deploy Server

Other Tools