read_app_logs
Search and filter the current app run's temporary in-memory DebugBridge logs to troubleshoot UI issues by level, category, or message substring.
Instructions
Search the current app run's in-memory DebugBridge log pool. Logs are temporary and are not written to disk or addressed by cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Optional exact level filter, such as debug, info, or error. | |
| limit | No | Maximum most-recent matching entries. Defaults to 500. | |
| query | No | Optional case-insensitive substring matched against log messages. | |
| category | No | Optional exact category filter. |