Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple 2-parameter tool with no output schema and no annotations, the description covers the essential ground: purpose, default behavior, and session prerequisite. However, it doesn't address error cases (e.g., app not running), the effect of terminating, or how it differs from ios_kill_app, which given the sibling list appears to overlap heavily in purpose.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.