google ads list image assets
google_ads_list_image_assetsList Google Ads image assets with stable URLs, dimensions, file size, and MIME type. Filter by name, dimensions, or specific asset IDs to find images in your library.
Instructions
List the account's image asset library (FROM asset) with stable, publicly served full-size URLs on tpc.googlesyndication.com, dimensions, file size, and mime type. This is the whole stock and carries no notion of delivery: an asset uploaded in 2022 and never served appears exactly like one running today. Newest first, so a limit returns recent assets rather than an arbitrary slice, and the count in the response is the account total. For a visual-only gallery of assets with delivery over dates, use the hosted GetMCPAds service (Performance Max coverage). The local server returns media URLs and native report data. Shopping product imagery lives in Merchant Center, not in this library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of returned items or rows. The declared bounds and default apply; use pagination for additional results. | |
| assetIds | No | Resolve these exact native asset IDs, without scanning the library. | |
| minWidth | No | Only images at least this wide, in pixels | |
| minHeight | No | Only images at least this tall, in pixels | |
| customerId | Yes | Google Ads customer ID (without dashes, e.g., 1234567890) | |
| nameFilter | No | Only assets whose file name contains this text | |
| beforeAssetId | No | Continue the descending library before this last-seen asset ID. Use the same filters. |
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. |