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. The only behavioral clue is the verb 'read', implying a non-mutating operation, but it does not state what is returned, whether it is idempotent, permissions required, or error behavior. This adds little beyond the tool name.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.