Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is covered. The description adds that it is read-onlyhare and returns up to 500 dead endpoints, which is useful context about output limits and the type of data, but it doesn't mention pagination or error handling, which could be relevant given the 500 cap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.