Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the description carries no additional burden for safety. However, it adds no behavioral context beyond the action name—nothing about output structure, side effects, or parameter effects. It restates the tool name rather than enriching it.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.