Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. It does disclose the core semantics ('how many std deviations from the mean') and scopes the computation to a population, which is real behavioral information. However it says nothing about degenerate cases (zero std deviation), sample-vs-population distinctions, input parsing, or error behavior for a numeric utility.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.