Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states what the tool does (expresses a number as sum of four squares) but doesn't describe important behavioral aspects: what format the output takes (e.g., list of integers, string representation), whether there are multiple valid decompositions and how one is chosen, input constraints (e.g., non-negative integers only), or error handling. For a tool with no annotation coverage, this is insufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.