Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0% description coverage, so the description must compensate. It does so by explaining the relationships: energy_j = power_w * duration_s, carbon_g follows grid_intensity_g_per_kwh, and bit_ops validation using temperature_k. It also mentions entry_id for idempotency. However, it omits semantics for price_minor_per_kwh and task, which are less critical.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.