Skip to content
Get MCP AdsGet MCP Ads, home

bing_update_video

Update the description of an account-owned video asset. A write tool that previews before it changes anything, one of 39 Microsoft Advertising tools…

Update the description of an account-owned video asset. Does not alter delivery or replace the video source. Preview by default; read-back with bing_get_videos.

Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
accountId
Endpoint
https://mcp.getmcpads.com/bing-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
accountIdstringRequiredNumeric Microsoft Advertising ID as a string, not an account number.
videoIdstringRequiredNumeric Microsoft Advertising ID as a string, not an account number.
descriptionstringRequiredReplacement description for the selected account-owned video.
confirmbooleanOptionalFalse returns a local preview. True executes the specifically authorized change. Default: false.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "bing_update_video",
    "args": {
      "accountId": "<string>",
      "videoId": "<string>",
      "description": "<string>"
    }
  }
}
Esc

Type to search