Google Ads Cache Status
google_ads_cache_statusCheck the SQLite GAQL-response cache status: enabled flag, on-disk path, entry count, oldest entry age, and default TTL. Read-only and requires no credentials.
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 |