Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description carries the burden of explaining parameters. It clarifies that the 'id' is the public id from search_properties, adding meaning beyond the schema's pattern. However, it does not mention the 'locale' parameter or its default, leaving that undocumented. Since only one of two params is explained and the other is self-evident but still lacks clarification, a 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.