Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite lacking an output schema and annotations, the description covers the essential aspects: what the tool does (rolls pending breadcrumbs into a sealed epoch), when to use it (end of session), what it returns (epoch_index, merkle_root, block_count, epoch_hash), and the broader purpose (tamper-evident compliance snapshot). This is sufficient for an agent to invoke it correctly without additional structured information.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.