Skip to main content
Glama
ismaelJimenez

bing-webmaster-mcp

submit_urls

Submit up to 500 site URLs to Bing's crawl queue to request indexing. Returns the remaining daily and monthly submission quota for your site.

Instructions

Push up to 500 URLs of the site into Bing's crawl queue (SubmitUrlBatch). The response includes the remaining daily/monthly submission quota. URLs must belong to the site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYesFully-qualified URLs to submit (1–500)
siteUrlNoSite as registered in Bing Webmaster Tools (e.g. https://www.example.com/). Defaults to the BING_SITE_URL environment variable.

Schema Changelog

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

  1. First observedv0.1.1

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the burden, and it does add useful behavior: the submission limit, the response includes remaining daily/monthly quota, and the ownership constraint. It doesn't cover errors, idempotency, or authentication, so it's adequate but not rich.

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

Conciseness5/5

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

Two tight sentences: the first states the action and limit, the second adds the quota response and the ownership constraint. No filler or redundancy.

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

Completeness4/5

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

For a two-parameter tool with full schema coverage, the main caller-facing facts are present: what it submits, the 1-500 limit, the site requirement, the optional siteUrl/default, and the quota in the response. It could add error behavior or explicit alternative routing, but it is largely complete.

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 reinforces the 500-URL ceiling and domain ownership, but it doesn't add meaningful semantic detail beyond what the parameter descriptions already provide.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description names a specific action ('Push up to 500 URLs of the site into Bing's crawl queue') and identifies the underlying operation as SubmitUrlBatch, which clearly distinguishes it from related siblings like submit_sitemap and indexnow.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The context is clear: use this tool to submit a batch of up to 500 site URLs for crawling. However, it doesn't provide explicit guidance on when to choose this over the closely related sibling tools (submit_sitemap, indexnow) or state exclusions.

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

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