Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema covers both parameters (campaign_id, action) with clear types and an enum for action. However, schema description coverage is 0%, and the description provides no additional parameter details beyond the action names. It implicitly references 'start' and 'stop' but does not clarify data types or constraints. The schema is self-explanatory, so the description adds minimal value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.