Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false, so the safety profile is covered. The description adds one useful non-annotation trait — 'Answers without an API key' (auth requirement). However, it doesn't disclose traversal limits (max hops), which relationship types are followed, or what a walk returns, which are meaningful behavioral traits for a graph-walking tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.