Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds valuable context beyond this: it specifies output fields (launch id, status, timestamps), pagination limits (default 20, max 100 per page), and ordering (most recent first). It also suggests drilling into GetLaunch, enriching the agent's understanding of expected behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.