get_traces
Retrieve recent trace output from a running application to diagnose issues, with options to clear the buffer or limit lines returned.
Instructions
Get recent trace() output from the running application (ring buffer of last 200 lines)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | Clear the trace buffer after reading (default: false) | |
| limit | No | Max number of lines to return (default: 50) |