Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=true, idempotentHint=true, and openWorldHint=true, so the agent knows this is a safe, repeatable read operation. The description adds the specific detail that it returns 'dashboard details including its cards', which provides useful context about what information is returned beyond just the dashboard itself.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.