Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a read-only tool with a clear schema, a complete output_schema, and no nested objects, the description provides enough context to guide correct invocation: it identifies the use case, the relevant conversation ID source, and the optional paging direction. It does not discuss ordering, default page size, or 'latest message first' behavior, but the output schema and annotations compensate for most of that.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.