Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (5 params, nested objects, output schema exists), the description covers all essential operational aspects: what to pass, what to expect (MESSAGE_TO_SIGN and BODY_JSON), the free condition, the 5-minute limit, and the relationship with submit_proof. It also references get_work_packet for proof-specific requirements. Error scenarios are not detailed, but annotations and output schema cover safety and return structure. Overall, an agent has enough to call this tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.