Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, meaning the description must compensate for the undocumented 'query' parameter. The description states it's a SELECT SQL query with 500-row cap, which gives some guidance. However, it doesn't specify SQL dialect, whether it supports parameters/bind variables, multi-statement queries, or the expected structure (e.g., must it end with semicolon?). With a single param at 0% coverage, the description should be more explicit about the query parameter's constraints.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.