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