Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% (parameter descriptions are in Korean but counted as 0% in context signals), so the description carries full burden. The description mentions '장소(위치+이름+주소)' which maps to latitude/longitude (위치), title (이름), and address (주소), covering 3 of the 6 parameters. It doesn't mention chat_id, foursquare_id, or the specific parameter structure (nested under 'params'). Baseline would be lower, but partial coverage of core parameters brings it to adequate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.