Skip to main content
Glama

Bing Webmaster Tools MCP Server

by zizzfizzix

update_deep_link

Modify the weight of a deep link for a specific site and algo URL within Bing Webmaster Tools. This tool ensures accurate link prioritization by adjusting the weight value as needed.

Instructions

Update deep link weight. (Deprecated)

Args: site_url: The URL of the site algo_url: The algo URL deep_link: The deep link URL weight: The new weight for the deep link

Raises: BingWebmasterError: If deep link cannot be updated

Input Schema

NameRequiredDescriptionDefault
algo_urlYes
deep_linkYes
selfYes
site_urlYes
weightYes

Input Schema (JSON Schema)

{ "$defs": { "DeepLinkWeight": { "enum": [ 0, 1, 2, 3 ], "title": "DeepLinkWeight", "type": "integer" } }, "properties": { "algo_url": { "title": "Algo Url", "type": "string" }, "deep_link": { "title": "Deep Link", "type": "string" }, "self": { "title": "self", "type": "string" }, "site_url": { "title": "Site Url", "type": "string" }, "weight": { "$ref": "#/$defs/DeepLinkWeight" } }, "required": [ "self", "site_url", "algo_url", "deep_link", "weight" ], "title": "update_deep_linkArguments", "type": "object" }

You must be authenticated.

Other Tools from Bing Webmaster Tools MCP Server

Related Tools

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/zizzfizzix/mcp-server-bwt'

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