Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already carry the behavioral safety profile (destructiveHint=true, readOnlyHint=false), and the description adds the HTTP DELETE method and endpoint path, which consistently confirm a mutating operation. No commentary is given on what is actually invalidated (current session vs. all devices), token handling, or authentication requirements. The description does not contradict the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.