Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With only 42% schema coverage, the description compensates meaningfully: it gives a format example for location ('The Madeira, Singapore'), clarifies city+country usage, and explains place/venue and the lat/lon trigger for check-in along with set_home/check_in defaults. Minor params (address, request_id, idempotency_key) remain unspecified.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.