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 explains the core behavior (select by UUID) and the special case (omit to clear), which is beyond the schema. However, it does not disclose edge cases such as invalid UUID handling, whether the selection replaces any existing selection, or any side effects beyond changing the selection state.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.