Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description must compensate for the undocumented 'query' parameter. The description does state that query can be a 'domain, IP, or org', which adds semantic value beyond the raw schema (which only specifies maxLength and minLength). However, it does not specify the exact formats expected (e.g., full URL vs domain only, IPv4 vs IPv6, organization name vs identifier). Baseline 3 for zero coverage is partially compensated by the type description but could be more precise.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.