manage_logs
Retrieve and filter Roblox Studio output logs to inspect warnings, errors, or print messages, and clear them as needed.
Instructions
Read the Roblox Studio output log (captured by the plugin via LogService; play-mode logs come from the play agent). Actions: get (recent entries, optional levelFilter: Print/Warning/Error, containsFilter, since unix-seconds cursor), errors (Error-level only), clear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries (default 100) | |
| since | No | Only entries at/after this unix timestamp in seconds | |
| action | Yes | ||
| levelFilter | No | Print, Warning, or Error | |
| containsFilter | No | Only entries containing this substring |