Bing Webmaster Tools MCP Server

by zizzfizzix
Verified

add_site_roles

Delegate site access in Bing Webmaster Tools by assigning roles to users, specifying administrator or read-only privileges using site URL, user email, and authentication code.

Instructions

Delegate site access to a user.

Args: site_url: The URL of your site delegated_url: The URL being delegated user_email: The email of the user to delegate access to authentication_code: The authentication code is_administrator: Whether the user should have administrator privileges is_read_only: Whether the user should have read-only access

Raises: BingWebmasterError: If the role assignment fails

Input Schema

NameRequiredDescriptionDefault
authentication_codeYes
delegated_urlYes
is_administratorYes
is_read_onlyYes
selfYes
site_urlYes
user_emailYes

Input Schema (JSON Schema)

{ "properties": { "authentication_code": { "title": "Authentication Code", "type": "string" }, "delegated_url": { "title": "Delegated Url", "type": "string" }, "is_administrator": { "title": "Is Administrator", "type": "boolean" }, "is_read_only": { "title": "Is Read Only", "type": "boolean" }, "self": { "title": "self", "type": "string" }, "site_url": { "title": "Site Url", "type": "string" }, "user_email": { "title": "User Email", "type": "string" } }, "required": [ "self", "site_url", "delegated_url", "user_email", "authentication_code", "is_administrator", "is_read_only" ], "title": "add_site_rolesArguments", "type": "object" }
ID: 2hyhagvzgq