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.
- Source
- Microsoft Advertising
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
accountId- Endpoint
- https:/
/ mcp. getmcpads. com/ bing-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
accountId | string | Required | Numeric Microsoft Advertising ID as a string, not an account number. |
videoId | string | Required | Numeric Microsoft Advertising ID as a string, not an account number. |
description | string | Required | Replacement description for the selected account-owned video. |
confirm | boolean | Optional | False returns a local preview. True executes the specifically authorized change. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "bing_update_video",
"args": {
"accountId": "<string>",
"videoId": "<string>",
"description": "<string>"
}
}
}