Recent Samples
boosthis_recent_samplesThe most recent per-screen performance samples, newest first. It answers live from the project's own Boosthis server when read credentials are configured; without them the answer is a note pointing at the in-app dashboard. 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 |
|---|---|---|---|
| name | No | Optional screen filter. | |
| limit | No | ||
| 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). |