Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotation readOnlyHint=true already tells the agent the operation is safe to call; the description adds only that the result includes a message thread, which is a minimal scoping detail. It does not disclose payload size, required authentication, or other behavioral traits beyond what annotations cover.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.