Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only, idempotent, non-destructive, and open-world traits, so the bar is lower. The description adds useful behavioral context beyond those: output is concise, returns exactly one LLM, and returns no list. It does not explain how the model decides 'best' or note potential subjectivity, but for a low-risk read-only tool this is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.