Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description should explain parameter meanings, but it only vaguely references 'deployment or resolver recovery', which loosely maps to the action enum. It fails to define 'parentAddress', the 'mode' enum (locked/linked), or the specific actions (retry_deployment, link_resolver, enforce_resolver), leaving the agent to guess.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.