Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single required parameter, suburb_name, has 0% schema description coverage)Skip, and the description does not compensate. It says 'plus a suburb rollup', which weakly implies the input is a suburb, but it does not explain accepted naming format, examples, or constraints. An agent must guess whether to pass 'Sydney', 'Sydney NSW', or an encoded suburb ID.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.