Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the full burden of behavioral disclosure. 'Revoke a token' implies a destructive irreversible action, but it does not mention side effects (e.g., token becomes invalid), required permissions, rate limits, or what happens upon success. The presence of a 'test' parameter is also unexplained.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.