Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the safety profile is covered. The description adds useful behavioral context by explaining that the 'detail' parameter controls whether the response contains only the opening paragraphs or the full text including lists of places. It does not disclose auth requirements, rate limits, or error behavior, but for a read-only tool with strong annotations this is acceptable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.