Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the moderate complexity (3 params, one required, no output schema), the description covers the essential runtime contract: async generation and polling. It doesn't explain return values, but it points to get_generation. Authentication/credit requirements are not mentioned, but the cost hint partially covers that. Overall, an agent has enough to invoke and complete the workflow.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.