Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must carry parameter meaning. It clarifies that the 'ask' input is the salesperson's statement when offering an appointment, which adds meaning beyond the bare string type. However, it does not specify expected format, length, or whether verbatim text is required.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.