Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has only a river enum with no descriptions, so the description is the sole source. It adds the important caveat that the Seine is specifically included for high-water risk, which affects interpretation of results. However, it doesn't explicitly enumerate the valid river choices, leaving the agent to rely on the schema's enum.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.