Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with no parameters and no output schema, the description fully covers what an agent needs to know to invoke it correctly: the action (close current tab) and the key side effect (browser stays running). There are no missing prerequisites, return values, or error conditions that would leave an agent uncertain. The destructive annotation is consistent with the description, so no additional context is necessary.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.