oc_performance_analyze
Drill into a specific performance insight (e.g., LCPBreakdown, LongTasks) from a Chrome trace, returning Markdown details and evidence. Unknown insight names return a list of supported insights.
Instructions
Drill into one named insight from a trace captured by oc_performance_insights. Returns Markdown details and an evidence list. Unknown insight names return { error: 'unknown_insight', supported: [...] } without crashing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_id | Yes | REQUIRED Trace handle returned by oc_performance_insights. | |
| insight | Yes | REQUIRED Name of the insight to drill into. |