Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has one required parameter, suburb_name, with 0% schema description coverage, so the description must compensate. The phrase 'for the suburb' merely restates the parameter name and adds no value about accepted formats, valid suburb identifiers, case sensitivity, or how to obtain a valid name. The parameter is self-explanatory by name, but the description does not enrich it.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.