Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. 'Remove a user from a workspace' implies a destructive mutation operation, but it doesn't specify whether this action is reversible, what permissions are required, whether the user loses access immediately, or what happens to their data. For a mutation tool with zero annotation coverage, this represents a significant gap in behavioral context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.