explain_metric
Look up and define any hockey card metric. Get its measurement, label, definition, and one crucial interpretive caveat to ground your analysis.
Instructions
Define a single card metric: what it measures, plus its one most important interpretive caveat.
A thin dictionary lookup over the card's percentile boxes (skater and goalie).
Pass the schema field name (e.g. ev_defense, bad_starts) or a natural
phrase (e.g. "even strength defense", "no stinkers"); it resolves both. An
input that isn't a card metric comes back with found false and a clear
message — it never guesses.
Returns: {query, found, metric, label, definition, caveat, message}. The
caveat is the same one the other tools attach, served from one source.
Scope: this tool DEFINES metrics in the abstract — it does NOT reason about any specific player. A deeper "why is this a risk for HIM" question is yours to answer from these definitions plus that player's assess_player result; it is not something this tool computes. Use it to ground your narration of a metric's meaning, not as a verdict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||