Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile well. The description adds a small amount of context about what the tool returns (landscape theme and top threat tags) beyond what the annotations provide. For a simple read-only, idempotent tool with no parameters, the description plus annotations provide adequate behavioral disclosure. It doesn't describe return format but that's covered by the output schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.