Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity, one might expect a brief description, but the schema provides no parameter descriptions, no output schema, and no annotations. The description only lists units and parameter names, leaving out critical details like the exact accepted unit strings (e.g., 'mg' vs 'milligram'), whether all conversions are supported, and what the output format is. This is inadequate for an agent to call it correctly without guessing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.