Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (one parameter, output schema present), the description covers the essential behavioral aspects: mutation, irreversibility, connection impact, and usage context. The output schema likely describes the response (maybe success status), so return values are covered. The only minor gap is not mentioning any side effects like invalidating cached credentials, but for typical API key revocation, this is adequate. It's complete enough for an agent to call correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.