Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% for the single required parameter, and the description actively adds confusion: it documents the argument as 'query', while the schema requires a property named 'execsql'. It conveys only that the value is SQL to execute, with no dialect, length, or multi-statement guidance.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.