Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, the description carries the full burden of behavioral disclosure. It only states the action ('Launch an app') and the target identifier ('package name'), but does not disclose what happens after launch (e.g., whether it returns success/failure, if it waits for the app to start, or errors on missing apps). It also fails to mention that launching is a state-changing operation or whether it requires authentication/device permissions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.