Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate this is a non-readOnly, non-destructive, non-idempotent, open-world operation, but the description adds minimal context by specifying it's a POST request, implying a state-changing action. However, it doesn't elaborate on what 'deploy' entails (e.g., provisioning, configuration, starting), potential side effects, or error conditions, leaving behavioral gaps despite annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.