Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The read-only nature is already marked by annotations (readOnlyHint: true). The description adds valuable context by noting it returns no claim data, and the parameter schema clarifies the languages fallback behavior. While these are useful additions, the core safety profile (read-only, no side effects) is already well-covered by annotations, so the incremental contribution is moderate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.