Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description mentions no parameters, while the schema has one optional parameter (tenant_id) with 0% coverage. The description doesn't compensate by explaining what tenant_id does or when to use it. However, with 0 parameters mentioned, the baseline is 4, but since there is one undocumented parameter, it drops to 3 as the description fails to address it.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.