Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter mutation with well-populated annotations, the description covers the essential information: what to do, what input to provide, and who is affected (the authenticated user). However, it does not mention return behavior or edge cases (e.g., already liked posts), and since there is no output schema, a bit more context about the response could be beneficial. Still, the tool is simple enough that the description is largely sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.