debug_connection
Test and diagnose N Lobby MCP Server connections by inspecting endpoint responses, with customizable input for detailed troubleshooting.
Instructions
Debug N Lobby connection with detailed information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endpoint | No | Endpoint to test (default: /news) | /news |
Input Schema (JSON Schema)
{
"properties": {
"endpoint": {
"default": "/news",
"description": "Endpoint to test (default: /news)",
"type": "string"
}
},
"type": "object"
}