bing_ import_ video
Import a video from your directly downloadable HTTPS file into the selected account.
Import a video from your directly downloadable HTTPS file into the selected account. Microsoft fetches and transcodes the source asynchronously; a returned ID is not readiness. Preview first, then poll bing_get_videos. Does not create or activate an ad.
- 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. |
sourceUrl | string | Required | Public directly downloadable HTTPS video file owned by you; Microsoft fetches this URL asynchronously. |
description | string | Required | Description to identify this video asset in the selected account. |
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_import_video",
"args": {
"accountId": "<string>",
"sourceUrl": "<string>",
"description": "<string>"
}
}
}