Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the safety profile is covered. The description adds useful behavioral context by stating 'keyless' and specifying the targets (sqlite files, postgres/redis reachability), which goes beyond the annotations. It does not, however, describe what the probe actually does (e.g., open connections, ping, read files) or what conditions count as reachable, so it only modestly increases transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.