Skip to main content
Glama
parthguru

Bing Webmaster Tools MCP Server

by parthguru

get_children_url_traffic_info

Retrieve traffic metrics for child URLs under a specified parent URL to analyze page-level performance.

Instructions

Get traffic information for child URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
site_urlYes
parent_urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.3/5.0
Behavior2/5

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

Annotations are absent, so the description alone must disclose behavioral traits. It only states the action at a high level, without explaining whether the operation is read-only, how the 'limit' parameter affects results, what 'traffic information' includes, or whether the response is aggregated or per-child.

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

Conciseness2/5

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

The description is a single sentence with no wasted words, but it is too terse to provide necessary context. It sacrifices substance for brevity and is closer to under-specification than effective conciseness.

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

Completeness1/5

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

With three parameters, no annotations, no schema descriptions, and many sibling tools, this one-sentence description is inadequate. It does not clarify the parent-child URL relationship, the meaning of 'traffic information,' or the intended use case, so an agent cannot reliably decide when to invoke it.

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

Parameters1/5

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

The schema has 0% description coverage, and the description does not explain any parameters. The distinction between 'site_url' and 'parent_url' and the effect of 'limit' are left entirely to the schema property names, providing no additional meaning.

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 uses a specific verb ('Get') and a specific resource ('traffic information for child URLs'), clearly stating the action and subject. It does not explicitly differentiate from sibling tools like get_url_traffic_info or get_children_url_info, but the combination of 'children' and 'traffic' narrows the purpose enough to distinguish it.

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 about when to prefer this tool over alternatives. The description does not mention get_url_traffic_info for single-URL traffic queries or get_children_url_info for child-URL details, leaving tool selection entirely to the agent's inference.

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

Latest Blog Posts

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/parthguru/bing-webmaster-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server