Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a payment execution tool, the description covers the key aspects: what it does, when to use it, how it executes (autonomous pipeline), safety default (sandbox), and output (receipt). Since an output schema exists, the return format is already documented. It does not mention failure modes or authorization requirements, but annotations and schema fill some gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.