Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the burden falls on the description. It explains only the `unsave` parameter, leaving `documentId`, `accessHash`, and `accountId` without any additional meaning. While parameter names may be self-explanatory to experienced users, the description fails to clarify their purpose or required format, making it insufficient for reliable invocation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.