Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds a cost/performance hint (cards are usually cheaper than whole nodes) and clarifies the granularity of reads (complete vs section vs decision), which is context beyond the annotations. It does not cover error behavior, but the schema's expected_revision description handles revision_changed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.