Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It explicitly states the tool echoes back the input message exactly, implying no side effects or state changes. This is sufficiently transparent for a simple read-only-like operation, though it could explicitly mention no destructive behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.