Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full transparency burden. It does disclose that the tool 'checks' and 'gets' status, implying a non-mutating read operation. However, it doesn't describe what 'domain status' entails (e.g., list of domains, enabled/disabled state) or any edge case behavior, such as what happens if ModSecurity is not installed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.