Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There is only one parameter, suburb_name, and the description does not add any meaning beyond the schema. It does not clarify the expected format (e.g., full name vs. postcode), case sensitivity, or that it must be an Australian suburb. Since schema coverage is 0%, the description should compensate, but it entirely ignores the parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.