quick_scan
Scan log content to detect errors and identify issues for real-time monitoring and debugging.
Instructions
⚡ Ultra-fast log scan for real-time monitoring (< 1 second)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
logText | Yes | Log content for quick error detection |
Input Schema (JSON Schema)
{
"properties": {
"logText": {
"description": "Log content for quick error detection",
"type": "string"
}
},
"required": [
"logText"
],
"type": "object"
}