Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has only one parameter, listing_id, but schema description coverage is 0%, so the description must compensate. The description says 'about a listing' but never explains the listing_id parameter, its format, or how to obtain it. This leaves the agent to infer the parameter meaning entirely from the property name.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.