Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0% as the description does not detail parameter meanings beyond naming them. The description mentions 'status' and 'custom status text' but does not specify valid values for status (e.g., online, idle, dnd, invisible) or any constraints on customText. The schema provides enum for status, but the description adds little value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.