Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states the operation is a read-only listing ('List all cards') and clarifies the aggregation behavior ('collected from each board included'). However, it does not disclose potential performance implications of listing all cards across all boards, whether the result is paginated, or whether it includes cards from archived boards. The core behavior is transparent, but edge-case behavior is not.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.