bing_get_videos
Read account video assets and processing status. One of 39 Microsoft Advertising tools on the Get MCP Ads MCP gateway.
Read account video assets and processing status. Active means the media is ready, not that an ad is delivering. Video access depends on account eligibility; use returned failure codes.
- 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. |
videoIds | array | Optional | |
page | integer | Optional | Default: 0. |
pageSize | integer | Optional | Default: 50. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "bing_get_videos",
"args": {
"accountId": "<string>"
}
}
}