Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema only provides 'UUID value wrapper' descriptions, so the names carry the meaning. The description adds semantic context by explaining that fromUserId is the hardcoded demo user, toUserId is the real user, and sessionId identifies the demo session. This helps the agent map parameters to their roles, though not exhaustively.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.