Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema already documents most parameter constraints and examples. The description still adds useful meaning beyond the schema by instructing the agent to call get_form first to obtain valid fieldCodes and by flagging random_knowledge_quiz as unsupported, which affect how formId, fieldCodes, and formula should be populated.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.