get_health_trend
Retrieve the health trend of a web component over a specified number of days, including data points, trend direction, and percentage change.
Instructions
Returns the health trend for a component over the last N days, including data points, trend direction, and change percent.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagName | Yes | The tag name of the component (e.g. "my-button"). | |
| days | No | Number of days to look back (default: 7). | |
| libraryId | No | The library ID to scope the health history lookup (default: "default"). |