Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only, non-destructive, idempotent, and open-world behavior. The description adds value by specifying the scope ('all faces associated with a specific template'), which isn't covered by annotations. It doesn't contradict annotations (e.g., 'Get' aligns with readOnlyHint=true). However, it misses details like rate limits or response format, keeping it from a top score.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.