Full Stack Trace
boosthis_full_stack_traceOne user action stitched across the stack as a waterfall of spans — each with its layer (rn / node / py), code-defined route label, duration, start offset and rating — plus a full-stack score against the shared TTI thresholds, a plain-language summary of where the time went, and slowestLayerRules (rule ids boosthis_get_rule answers for). Spans carry relative durations, offsets and code-defined labels only: never absolute timestamps, source, or user values. A per-install read token is self-scoped, so it answers with that install's own spans; an account_token on the hosted server covers the stitched RN → Node → Python waterfall. Without credentials, or before a trace exists, the answer is a note. 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). |