Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage, so the description does not need to reinvent parameter semantics. It mentions bio, avatar, and display_name, which aligns with the schema, but it omits the required handle parameter from its parenthetical, adding no semantic detail beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.