bing_ get_ keywords
Read keywords, match types, bids and status from an owned ad group. One of 39 Microsoft Advertising tools on the Get MCP Ads MCP gateway.
Read keywords, match types, bids and status from an owned ad group.
- Source
- Microsoft Advertising
- Kind
- Read
- 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. |
campaignId | string | Required | Numeric Microsoft Advertising ID as a string, not an account number. |
campaignType | string | Required | Explicit native campaign type, used to verify parent ownership. Dynamic Search uses Search with DynamicSearchAdsSetting. One of: Search, Shopping, Audience, PerformanceMax, Hotel. |
adGroupId | string | Required | Numeric Microsoft Advertising ID as a string, not an account number. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "bing_get_keywords",
"args": {
"accountId": "<string>",
"campaignId": "<string>",
"campaignType": "Search",
"adGroupId": "<string>"
}
}
}