Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With an output schema and annotations covering the mutation safety profile, the description handles the core posting contract well. However, the tool has 7 parameters, 3 of which are entirely undocumented by both schema and description, and none have enums. An agent cannot reliably infer valid values for to, kind, or reply_to, so the definition is not fully complete for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.