Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description provides no information about parameters. With schema description coverage at 0% and two required parameters (categoryId and force), the schema alone gives only types (number, boolean). The description doesn't explain what categoryId refers to (e.g., ID from WordPress), what force does (e.g., delete even if category has posts), or provide examples, leaving semantics unclear.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.