get_performance_metrics
Analyze and retrieve detailed performance metrics within specified time ranges, enabling informed decision-making and continuous improvement through data-driven insights.
Instructions
Get detailed performance metrics
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| timeRange | No | all | 
Input Schema (JSON Schema)
{
  "properties": {
    "timeRange": {
      "default": "all",
      "enum": [
        "hour",
        "day",
        "week",
        "all"
      ],
      "type": "string"
    }
  },
  "type": "object"
}