get_gateway_status
Check gateway status, configuration state, and hot reload diagnostics to monitor MCP server health and operational status.
Instructions
Get gateway status, configuration state, and hot reload diagnostics.
NOTE: Only available when debug mode is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | Your agent identifier (leave empty if not provided to you) |
Input Schema (JSON Schema)
{
"properties": {
"agent_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Your agent identifier (leave empty if not provided to you)"
}
},
"type": "object"
}