proximo_recall
Retrieve a cached snapshot of your Proxmox estate from local memory, with totals, recent changes, and diagnosis history. Quickly recall past observations without live API calls, using optional filters and time windows.
Instructions
READ-ONLY: the estate map from local Tier-1 memory — NOT a live PVE read. Returns
total/by_kind/by_status/guest_summary counts (trust guest_summary for guest-count questions;
all counting is server-side) plus lean entity rows, stamped {source:'memory', as_of,
age_seconds}: the data is as old as the stamp says. With since, also diffs: appeared,
status_changed, and not_seen_since (last observed before the window — a fact, not a claim
the entity is gone). journal=N adds the newest N diagnosis digests ("when did this last
happen") — findings summaries only, never raw diagnostic output. Memory is on by default
(PROXIMO_MEMORY=0 opts out), fed opportunistically by list reads and diagnose/doctor runs,
derived and rebuildable. For live state use pve_list_guests / pve_cluster_resources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional filter, e.g. a guest name like 'gitea': rows narrow to the closest matches, counts still cover the whole estate. Always available; no configuration needed. Omit it to list every entity. | |
| since | No | Optional change window: ISO8601 (`2026-07-29T00:00:00`) or relative (`24h`, `7d`). Adds appeared / status_changed / not_seen_since diffs. | |
| detail | No | Row depth: `summary` (counts only), `lean` (default: identity + status), `full` (timestamps, prev_status). | lean |
| journal | No | Include the newest N diagnosis-journal entries (pve_diagnose / ct_diagnose / pve_doctor digests over time). 0 (default) omits the journal; `since` also windows it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |