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 the undocumented vm_id parameter. The phrase 'only this QEMU process' implicitly ties vm_id to the target VM, and the parameter name plus tool name make the meaning inferable, but the description never explicitly defines vm_id or explains where valid IDs come from. This is only partial compensation for the 0% coverage gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.