Read console logs
read_console_logsAccess recent console logs (log/warn/error) from the app window. Use the limit parameter to return only the last N entries (max 200).
Instructions
Last console.log/warn/error calls from the app window since it loaded. The debug server itself caps this at 200 entries; limit (if given) further trims to the most recent N of whatever's returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max entries to return (most recent); omit for all available |