Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish mutation, idempotence, and non-destructiveness; the description adds useful domain context: registering something automatically makes it active, so set_active is for switching to existing entries. It does not contradict annotations. This extra context goes beyond what the annotations alone convey.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.