Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. 'Get' implies a read-only operation, which is transparent about side effects, but it doesn't mention whether the call requires authentication, what 'configuration status' includes, or whether it's safe to invoke at any time. The description adds minimal value beyond the implied read-only nature.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.