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. 'Create multiple UVMaps' implies a write operation but doesn't specify permissions, side effects (e.g., overwriting existing UVMaps), error handling, or output format. It lacks critical details like whether creation is atomic or batch-oriented, making it insufficient for a mutation tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.