Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description should clarify the single parameter. It implicitly does by stating 'in the suburb,' indicating that suburb_name is the target suburb. However, it does not specify the expected format (e.g., full name vs. code) or whether it must match a canonical list. The parameter is self-explanatory by name, but the description does not add meaningful detail beyond that.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.