Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the minimal boolean annotations, the description discloses a real behavioral trait: it charges 2 credits only when a phone number is found. It also instructs callers to send an Idempotency-Key header for safe retries. It does not mention auth or rate limits, but the material side effects are covered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.