Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the agent knows this is a safe read operation. The description adds the specific fields returned (aliases, state, regions, creator), which is useful context. However, it does not disclose any additional behavioral aspects such as authentication requirements, network dependencies, or whether it works only for deployments owned by the user. Given the annotations cover the safety profile, a score of 3 is appropriate – the description adds some value but not rich behavioral detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.