Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With schema description coverage at 0% and a single 'city' parameter, the description must compensate by explaining the expected value format. It only says 'supported cities' without listing examples, specifying whether city names should be in Chinese or pinyin, or defining the supported set. The agent has no schema hints to fall back on either, since the property has no description, enum, or format.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.