Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations supplied, the description carries the behavioral burden and does disclose meaningful constraints: each call advances one step, moves are validated against the previous observation, repeated identical actions are discouraged, and pass has a consecutive-use limit. It stops short of describing what a successful action returns or what happens on an invalid move.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.