Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the read-only and idempotent annotations, the description discloses important behavioral details: letters separated by spaces, words by forward slashes, underscores treated as dashes when decoding, pipes as word separators, and unknown Morse sequences rendered as '#'. This gives the agent concrete expectations about input normalization and output formatting.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.