Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already indicate non-readonly, non-idempotent, non-destructive behavior. The description adds a valuable operational caveat: the plaintext clientSecret is returned only once at creation, which is exactly the kind of behavior an agent needs to know before calling.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.