Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already covers `layer` via an enum and `geojson` with a detailed boolean description. The tool description reinforces `layer` and `suburb_name` through 'one layer' and 'suburb boundary', but it adds no format, validation, or lookup guidance for `suburb_name`. At 67% schema coverage, the description partially compensates but does not fully close the gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.