Snapshot
boosthis_snapshotThe whole Boosthis bubble for one install — the device's latest upload: boot ladder, frame meters (Speed / Smoothness / Scroll / Stability / Render), Frustration and Idle axes, per-route rows, per-screen diagnosis, session summary and budgets. It answers live from the project's own Boosthis server when read credentials are configured (environment values on a local stdio server, install_id + read_token arguments on the hosted one). Without them, or before the app has uploaded a snapshot, the answer is a note pointing at the in-app dashboard. A read token cannot delete anything. An account can hold several projects, each reporting in several runtimes. With an account_token, project (name, 'name (runtime)', or an install id) selects one; without it the answer is the most recent reporter. The rest are listed under your_projects; entries sharing a project_group are one project in different runtimes, each with its own readings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Which project in the account to read — its dashboard name, that name with a runtime as 'name (runtime)', or an install id. Only meaningful with account_token. | |
| install_id | No | Optional: the install id to read live data for. On the HOSTED Boosthis MCP, copy it from the in-app dashboard's "Connect your AI" card and pass it here. Omit on a local stdio server (it uses BOOSTHIS_INSTALL_ID from the env). | |
| read_token | No | Optional: the SELF-scoped read token for that install (paired with install_id). It is read-only — it can read this app's own perf data but CANNOT delete it. Copy it from the in-app dashboard. Omit on a local stdio server (it uses BOOSTHIS_READ_TOKEN from the env). |