Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility for behavioral disclosure. It only states that a new cached user is created, but does not mention whether creation is idempotent, whether username must be unique, what happens on conflict, whether cached data is persisted, or what response to expect.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.