Read Console
read_consoleRetrieve recent Unity Editor console messages by type or filter text, or clear the console. Supports pagination with page size and cursor.
Instructions
Gets messages from or clears the Unity Editor console. Defaults to 10 most recent entries. Use page_size/cursor for paging. Note: For maximum client compatibility, pass count as a quoted string (e.g., '5'). The 'get' action is read-only; 'clear' modifies ephemeral UI state (not project data).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| types | No | ||
| action | No | ||
| cursor | No | ||
| format | No | ||
| page_size | No | ||
| filter_text | No | ||
| include_stacktrace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||