Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides zero description coverage for parameters. The description offers minimal hints: 'one of this VPS's IP addresses' implies the 'ip' parameter is an IP address of the VPS, and 'reverse-DNS (PTR) record' implies 'rdns' is the hostname. However, it does not specify formats, constraints, or the purpose of 'vps_id' beyond being an identifier. The description fails to compensate for the lack of schema documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.