Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 50% — 'fields' is described as 'ACF field key/value pairs to update' in the schema, but post_id has no schema description. The tool description adds marginal context by clarifying the target ('on a post/page'), which helps interpret post_id, but it does not explain the semantics of the fields object keys (field name vs. field key vs. field slug), which is a real ACF ambiguity. The description partially compensates for the 50% coverage gap but stops short of defining the nested object's format.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.