get_track
Fetch and format a VibeCheck bug report, returning console logs, network requests, user actions, web vitals, and screenshot if applicable.
Instructions
Fetch and format a VibeCheck bug report. Returns a comprehensive markdown report including console logs, network requests, user actions, and web vitals. For screenshot tracks, also returns the screenshot image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Sections to include in the output. Defaults to all sections. Options: logs, network, actions, vitals, all | |
| url_or_id | Yes | The track URL or ID. Supports URLs like https://app.vibecheck-qa.com/tracks/{id} or just the ID |