Skip to content
Get MCP AdsGet MCP Ads, home

bing_upload_image

Upload image bytes to the selected Microsoft Ads library. A write tool that previews before it changes anything, one of 39 Microsoft Advertising tools…

Upload image bytes to the selected Microsoft Ads library. Does not create or activate an ad. Local preview reports byte length without repeating the image body.

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.
base64stringRequiredBase64 image bytes without a data-URL prefix; maximum 6 million encoded characters.
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_upload_image",
    "args": {
      "accountId": "<string>",
      "base64": "<string>"
    }
  }
}
Esc

Type to search