Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It only states that a value is set but does not disclose the critical UCI behavior that changes are staged in memory until uci_commit is called. It also omits whether the path must already exist or whether setting can create new options, leaving the agent without essential operational context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.