Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description states what information is returned ('effective root, hard boundaries, and tool-use policy'), which adds specificity beyond the annotations. Since readOnlyHint=true and idempotentHint=true already signal that this is a safe, non-mutating operation, the description aligns with that and provides additional detail about the response. No additional behavioral context (e.g., side effects, authorization needs) is mentioned, but given the annotations cover the safety profile, this is acceptable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.