Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It clearly indicates a read operation and the special behavior when key is omitted, which is valuable context beyond the tool name. It does not mention what happens when a key is absent or the exact return format, but it covers the main decision-relevant behaviors.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.