Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple removal tool, the description covers the essential behavioral details (post untouched, order preserved). The output schema (exists) handles return values. It could mention edge cases like removing a post not in the collection, but the idempotent hint mitigates concern.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.