Session Summary
boosthis_session_summaryPer-screen p50/p75/p95 and worst rating, worst screens first (with p99, spike ratio and stdev spread where the server has them). It answers live from the project's own Boosthis server when read credentials are configured (BOOSTHIS_INSTALL_ID + BOOSTHIS_READ_TOKEN from the in-app dashboard, full-details telemetry on), and on the hosted server from install_id + read_token arguments. Without them the answer is a note pointing at the in-app dashboard, not an empty result. 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). |