Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of disclosing behavioral traits. It fails to mention that this is a read-only operation, whether authentication is required (though access_token param hints at it), what happens if the board_id is invalid, or any rate limits. The description is completely silent on these aspects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.