Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile well. The description adds that it returns metadata (schema, filters, limits, freshness, access details) but doesn't disclose rate limits, pagination, or error behavior. With strong annotations carrying the safety burden, the modest addition is acceptable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.