Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and openWorldHint=false, so the agent knows it is a safe, deterministic lookup. The description adds a valuable behavioral constraint (no fabricated fallback), but with no output schema or return format details it does not add rich enough context to exceed a 3.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.