Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden but lacks behavioral details. It implies a write/execution operation but doesn't disclose effects (e.g., machine state changes, program execution impact), permissions needed, error conditions, or side effects like halting other processes. This is inadequate for a tool that likely alters system behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.