Skip to content
Get MCP AdsGet MCP Ads, home

bing_create_campaign

Create a Microsoft Ads campaign with native fields. A write tool that previews before it changes anything, one of 39 Microsoft Advertising tools on the Get…

Create a Microsoft Ads campaign with native fields. Preview by default. Ad entities are created Paused. Read bing_get_write_schema and current configuration first.

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.
dataobjectRequiredNative Microsoft REST fields; read bing_get_write_schema. REST Type discriminators can differ from SOAP class names. Provider eligibility is checked only on confirmed execution.
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_create_campaign",
    "args": {
      "accountId": "<string>",
      "data": "<object>"
    }
  }
}
Esc

Type to search