Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits on its own. It only states the action 'refresh' but does not mention that it mutates state, requires existing OAuth credentials, might fail if the token is not expired, or what side effects occur (e.g., invalidating the current token). The description is too sparse to inform the agent about consequences.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.