rapid_debug
Analyze server logs to identify issues and receive actionable fixes with debug commands in under 30 seconds.
Instructions
🚀 DEBUG SERVER LOGS IN UNDER 30 SECONDS - Instant analysis with actionable fixes and debug commands
Input Schema
Name | Required | Description | Default |
---|---|---|---|
logText | Yes | Log content to rapidly analyze and debug |
Input Schema (JSON Schema)
{
"properties": {
"logText": {
"description": "Log content to rapidly analyze and debug",
"type": "string"
}
},
"required": [
"logText"
],
"type": "object"
}