Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide key behavioral hints: readOnlyHint=true (safe operation), openWorldHint=true (handles unknown packages), and idempotentHint=true (repeatable). The description adds minimal context by implying it checks deprecation status, but doesn't disclose details like rate limits, error handling for invalid packages, or output format. Since annotations cover core traits, the description adds some value but lacks rich behavioral details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.