Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description explicitly calls this a 'GET endpoint' that 'returns remaining credits,' indicating a read-only operation. However, the annotations declare readOnlyHint: false, which means the tool is not marked as read-only. This directly contradicts the description's implied behavior, so the transparency score is 1 and an annotation contradiction is flagged.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.