Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, openWorldHint and destructiveHint=false, so the safety profile is covered structurally. The description adds one genuinely useful behavioral fact beyond them: results 'may be partial', implying incompleteness that the agent should account for. It does not explain what causes partiality or how to obtain a complete result.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.