search_large_assets
List the largest photos and videos in your library, largest first, to reveal what is eating storage before a cleanup. Filter by minimum size and asset type.
Instructions
The biggest files in the library, largest first. Use this to find what is eating storage before a cleanup — videos and originals show up immediately. Read-only.
Args:
min_size_mb: Only assets at least this many megabytes (0 = no minimum).
size: How many assets to return (1-200, default 20).
asset_type: 'IMAGE' or 'VIDEO'. Omit for both.
Returns: JSON with total and an assets array of {asset_id, filename, size_mb,
date}, largest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| asset_type | No | ||
| min_size_mb | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |