Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must convey behavioral traits. The verb 'Read' clearly indicates a non-mutating operation, which provides appropriate transparency for a read-only tool. It does not mention error cases or return format, but these are not critical for a straightforward read operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.