Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It only states that it requests permissions, but omits that this typically triggers a system prompt requiring user interaction, that it can fail if the user denies, and whether it is a blocking call. This is a significant gap for an agent deciding when to proceed with acting.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.