Get the roblox developer console output from the Roblox Game Client
get-console-outputRead recent Roblox developer console logs from the active client. Use limit and logsOrder to control volume and ordering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 10, to avoid overwhelming output) | |
| filter | No | Optional string filter; only logs containing this text are returned | |
| logsOrder | No | The order of the logs to return (default: NewestFirst) | NewestFirst |
| summaryOnly | No | When true, return log counts by level instead of individual log lines. | |
| maxOutputChars | No | Maximum characters to return to the model (default: 6000, max: 32000). Raise only when a single result genuinely needs more; large outputs degrade model performance. |