get_metrics
Retrieve available metrics for a specific network using the MCP server mcp-metricool to analyze and monitor network performance effectively.
Instructions
Retrieve the available metrics for a specific network. Args: network: Specific network to get the available metrics.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
network | Yes |
Input Schema (JSON Schema)
{
"properties": {
"network": {
"title": "Network",
"type": "string"
}
},
"required": [
"network"
],
"title": "get_metricsArguments",
"type": "object"
}