Skip to main content
Glama
isiahw1

mcp-server-bing-webmaster

get_url_submission_quota

Check URL submission quota and usage for Bing Webmaster Tools to manage indexing limits effectively.

Instructions

Get information about URL submission quota and usage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_urlYes

Implementation Reference

  • Tool registration decorator defining the name and description for get_url_submission_quota.
    @mcp.tool( name="get_url_submission_quota", description="Get information about URL submission quota and usage.", )
  • The main handler function that makes the API request to Bing Webmaster Tools for URL submission quota and processes the response.
    async def get_url_submission_quota( site_url: Annotated[str, "The URL of the site"] ) -> Dict[str, Any]: """ Get information about URL submission quota and usage. Args: site_url: The URL of the site Returns: Quota information """ async with api: quota = await api._make_request(f"GetUrlSubmissionQuota?siteUrl={site_url}") return api._ensure_type_field(quota, "UrlSubmissionQuota")

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

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