Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema only defines `suburb_name` as a string with no description, so the description's reference to 'the suburb' confirms what the parameter means. However, it does not specify expected format, spelling, or example values, leaving some ambiguity for a single required parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.