Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero description coverage for the single required parameter 'resource_names'. The description does not explain what this parameter represents (e.g., contact IDs, emails, resource paths), the expected format, or how to identify contacts. The schema itself only provides the type (array of strings), so the description adds no value for parameter understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.