Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It loosely ties the only parameter (contact_ids) to 'selected personal contacts', implying the values are IDs of personal contacts to share. However, it does not specify the required format, that these IDs must belong to the current user, or what happens if an ID is invalid. The description adds partial meaning but not full parameter clarity.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.