Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides only a bare 'type' string parameter with a default and no enum, and description coverage is 0%. The description compensates fully by enumerating all six valid values and their meanings (summary=画像总评, trade=收盘, interval=多周期, technical=大盘技术, updown=涨跌分布, valuation=估值分位, rotation=风格轮动), which is essential information for an AI agent to invoke the tool correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.