Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 20% (only 'neighborhood' has a description). The description adds meaning to 'neighborhood' by mentioning zone-level scoping but leaves four other parameters (city, country, listing_type, property_type) without any additional context. Enums for listing_type and property_type exist in schema, but the description does not clarify their effect on the output.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.