Skip to main content
Glama
zhangluka

grain-seo-mcp

by zhangluka

bing_get_top_pages

Retrieve the top pages of a site from Bing Webmaster Tools to identify high-traffic content and optimize SEO.

Instructions

Alias for bing_analytics_page. Get top pages for a site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteUrlYesThe URL of the site

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?

No annotations are provided, and the description only states the action (get top pages). It does not disclose behavioral traits such as whether it's read-only, rate limits, authentication requirements, or behavior on invalid siteUrl.

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 very concise (two sentences) and front-loaded. However, it could include more useful information without sacrificing conciseness.

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?

With no output schema, the description should explain the return format or data provided. It only says 'Get top pages' without specifying what information is included (e.g., page URLs, metrics). This leaves the agent under-informed.

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?

The schema already fully describes the sole parameter (siteUrl) with 100% coverage. The description adds no additional meaning beyond the schema's description, so it meets baseline without improvement.

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 it retrieves top pages for a site, with a direct verb ('Get') and resource ('top pages for a site'). It also notes it's an alias for bing_analytics_page, providing some context. However, it doesn't explicitly differentiate from other siblings like bing_get_top_queries.

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 guidance on when to use this tool versus alternatives. The alias statement hints at redundancy but offers no usage recommendations or prerequisites.

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