Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered. The description adds the scoping constraint that it reads the project's recent commit history, which aligns with the annotations but does not disclose additional behavioral details such as sorting, output format, or side effects. Since the description does not contradict annotations and adds only scoping context, a 3 is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.