Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden; 'read' communicates a non-destructive operation and 'parse/show structure' hints at the output. It does not mention error behavior, file existence requirements, or side effects, but for a read tool the core safety trait is reasonably clear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.