Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description fully carries the burden of behavioral disclosure. It states what the tool returns (a hash) and its purpose, which is sufficient for a simple stateless operation. No hidden side effects or additional behavior is expected beyond computing a hash.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.