Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0% description coverage, so the description must compensate. It mentions 'credentials record' but doesn't explain what 'id' or 'body' parameters represent, their expected formats, or what the 'body' object should contain (e.g., new password, confirmation). This leaves critical parameter details undocumented, hindering correct tool invocation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.