Description
Clears all messages from the console output buffer. Useful for resetting the buffer before running tests or starting a new debugging session.Endpoint
Parameters
This tool takes no parameters.Response
Returns
true when the buffer has been clearedExamples
Clear the console buffer
Use Cases
- Clear old messages before running a test
- Reset the buffer when starting a new debugging session
- Clean up after capturing specific output you needed
- Prevent memory buildup from long-running sessions