Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations declare readOnlyHint=true, idempotentHint=true, openWorldHint=true, and destructiveHint=false, so the description's 'Get/check' aligns with these. However, the description adds minimal behavioral context beyond the annotations. It doesn't explain what 'check' means (e.g., validates existence, returns status), nor does it mention that the quiz is an entity containing questions and used in exams, which is a minor detail. The description repeats the resource type but doesn't disclose any non-obvious behavior such as response format, error conditions, or permissions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.