Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only, idempotent, non-destructive, closed-world. The description adds valuable behavioral context: max 5 results, returned fields limited to SIREN/nom/ville, and no Nogogo grade. It doesn't discuss pagination or error behavior, but the return shape is stated when an output schema exists.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.