Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a two-parameter optional tool with an output schema, the description covers the essentials: what it returns (price, content, refusal reason), how to choose the input, refusals, costs, and read-only safety. The output schema presumably details return fields, so the description doesn't need to. It could explicitly state whether exactly one parameter is required, but the 'or' phrasing implies that. Overall, it is complete enough for an agent to call it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.