proxy_get_performance_metrics
Retrieve and reset performance metrics for the Web Proxy MCP Server to monitor and analyze HTTP/HTTPS traffic efficiently. Facilitates automated proxy server management and optimization.
Instructions
Get proxy server performance metrics
Input Schema
Name | Required | Description | Default |
---|---|---|---|
reset | No | Reset metrics after retrieval |
Input Schema (JSON Schema)
{
"properties": {
"reset": {
"default": false,
"description": "Reset metrics after retrieval",
"type": "boolean"
}
},
"type": "object"
}