get_script_metrics_tool
Analyze Google Apps Script performance by tracking active users, total executions, and failed executions over time with daily or weekly granularity.
Instructions
Get execution metrics for a script project.
Returns analytics data including active users, total executions, and failed executions over time.
Args: script_id: The script project ID metrics_granularity: Granularity of metrics - "DAILY" or "WEEKLY"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_id | Yes | ||
| metrics_granularity | No | DAILY |