Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Only 22% of parameters have schema descriptions, so the description needed to compensate. It does not define person_id, other_person_id, relationship_type, direction, confidence, source, or notes; the "knows/friends" example hints at relationship_type but leaves most parameters underdocumented.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.