Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one parameter and no output schema, the description is minimally adequate. It states the primary function, and the schema covers the input. However, it does not specify what the response contains (e.g., array of comments, fields included), pagination, or error conditions, which might be expected given there is no output schema to fill the gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.