Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=false, covering the core safety and behavioral profile. The description adds minimal context beyond this - it implies the tool retrieves information rather than modifies it, which aligns with annotations. However, it doesn't disclose additional behavioral traits like rate limits, authentication needs, or what specific 'entity information' includes.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.