Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has one required parameter, suburb_name, but schema description coverage is 0% and the description does not mention the parameter at all. The parameter name is somewhat self-explanatory, but the description provides no guidance on expected format, examples, or valid values, so it fails to compensate for the missing schema description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.