Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single parameter, suburb_name, is typed as string with no schema description (0% coverage). The description names the resource as a 'suburb', so it's reasonable that suburb_name is required. However, the description does not clarify the expected format (e.g., full suburb name, state abbreviation) or whether it must be a validated suburb from suburbs_list. With only one parameter and the context, this is adequate but could be improved.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.