Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 70% (goal, limit, prefecture, budgetLevel, output_mode, useGeminiNarrative, includeExternalFreshness have descriptions; horizon, riskTolerance, includeMarkdown do not). The description's only param contribution is restating goal values (investment/store/family/office/development), which are already enumerated in the goal enum in the schema. The description adds no meaning for the three undocumented parameters, so it fails to compensate where the schema is silent.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.