Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate for parameter meaning. It partially does: 'machine' is implied by 'Machine Info' and 'via SSH', and 'refresh' maps to 'cached (or refreshed)'. However, it does not clarify the format of the machine parameter (hostname, IP, ID) or the exact semantics of refresh (e.g., bypass cache vs. force new SSH connection). The schema provides types, but the description adds only minimal extra meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.