Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states the action ('List all deployments') but doesn't add any context about what 'all deployments' entails (e.g., pagination, filtering, or return format), permissions required, rate limits, or error conditions, which are critical for a tool that likely interacts with a deployment system.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.