Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, non-destructive and closed-world behavior, so the safety profile is covered. The description adds genuinely non-annotated context: no LLM call (deterministic) and no persistence ('stores nothing'), plus the untrusted-input framing. It does not, however, say what a failure looks like or whether compilation has side effects on disk.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.