Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, meaning the schema provides no descriptions for the parameter 'suburb_name'. The description mentions 'in the suburb' which contextualizes the parameter, but it does not specify the expected format (e.g., exact name, case sensitivity, or valid values). Since there is only one required parameter, the description should at least confirm it is a suburb name string, which it does implicitly but not with enough detail.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.