Google Ads Cache Status
google_ads_cache_statusInspect the SQLite cache storing Google Ads GAQL responses: view enabled flag, on-disk path, entry count, oldest entry age, and default TTL. No Google Ads API calls or credentials needed.
Instructions
Return the SQLite GAQL-response cache status: enabled flag, on-disk path, entry count, oldest entry age, and default TTL. Read-only — never calls Google Ads and does not require credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cache_path | Yes | ||
| cache_enabled | Yes | ||
| entries_count | Yes | ||
| newest_age_ms | No | ||
| oldest_age_ms | No | ||
| default_ttl_seconds | No |