google ads get video upload
google_ads_get_video_uploadCheck a Google Ads video upload's processing state and retrieve its YouTube video ID after processing completes. Use the returned videoId only when state is PROCESSED.
Instructions
Read the processing state and YouTube video ID of one Google Ads upload in the selected customer. Use only the returned videoId after state=PROCESSED. This is a read; it does not upload again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | Yes | Actual customer currency, verified before reading the upload. | |
| uploadId | Yes | Numeric upload ID returned by google_ads_upload_video. | |
| customerId | Yes | Google Ads customer ID, without hyphens. | |
| loginCustomerId | No | Optional MCC manager ID; defaults to the configured manager. | |
| testAccountOnly | No | Require customer.test_account=true; enable for sandbox checks. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Original tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query. |