Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With `readOnlyHint: true` already indicating a safe read operation, the description adds useful behavioral context by listing the record's contents and stating that the result is meant for reaching the service. It does not cover response shape or authentication, but it is consistent with the annotation and provides value beyond it.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.