Crash Risk
boosthis_crash_riskThe crash classes this app has already recorded on the device — uncaught errors, unhandled promise rejections and caught render near-misses — newest first, each with an error name, a redacted top frame, an occurrence-count bucket, and relatedRules (rule ids boosthis_get_rule answers for). It is joined with the JS-thread (ANR-style) Stability summary from the latest snapshot and stabilityRules for hang and OOM prevention. Crash signatures are code-derived (error name plus redacted frame), never the raw message, so no user value is exposed. It answers live from the project's own Boosthis server when read credentials are configured; without them, or before a crash has been recorded, the answer is a note pointing at the in-app dashboard. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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). |