Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has a single 'rom' parameter with no description, and schema coverage is 0%. The description never mentions the parameter, so the agent receives no guidance on what value to pass (e.g., file path, ROM name) or its format. With the description failing to compensate for the missing schema descriptions, the parameter semantics are essentially undocumented.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.