Skip to content
Get MCP AdsGet MCP Ads, home

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.

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.
sourceUrlstringRequiredPublic directly downloadable HTTPS video file owned by you; Microsoft fetches this URL asynchronously.
descriptionstringRequiredDescription to identify this video asset in the selected account.
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_import_video",
    "args": {
      "accountId": "<string>",
      "sourceUrl": "<string>",
      "description": "<string>"
    }
  }
}
Esc

Type to search