Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple search tool with a single required parameter and optional cursor, the description covers the essential information: what is searched (by name) and how pagination works. Given the absence of an output schema, mentioning that it returns a list is helpful, though it could hint at the structure of the list items. Overall, adequate for an agent to use correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.