Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description reinforces safety by stating it does not create, modify, or delete data. It adds context that endpoints use POST body only to carry addresses, which is useful for understanding the API's behavior. It could mention rate limits or response format, but with strong annotations, this is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.