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 adds a precondition (current class detail view) but does not explicitly state whether the operation is read-only, whether it has side effects, or what happens if the precondition is not met. This lack of transparency is significant for a tool that depends on page state.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.