Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description provides no information about the 8 input parameters. With schema description coverage at only 13% (only postal_code has a description), the agent must infer parameter meanings solely from the schema itself. This is a significant gap for parameters like property_type, square_feet, condition, and cleaning_type, which are central to the tool's function.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.