infra_cache
Manage the analysis cache for video research operations — view statistics, list entries, clear data, or inspect cache state to optimize performance.
Instructions
Manage the analysis cache — stats, list, clear, or inspect context cache state.
Args: action: Cache operation — "stats", "list", "clear", or "context". content_id: When action is "clear", limit deletion to this content ID.
Returns: Dict with operation-specific results (file_count, entries, removed count, or context cache diagnostics).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | stats | |
| content_id | No | Scope clear to a specific content ID | |
| auth_token | No | Optional infra auth token (required when INFRA_ADMIN_TOKEN is configured) |