Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers 67% of parameters (applicationId, intake, approvalSessionId). The description adds semantics for approvalSessionId by explaining how to obtain it (via create-approval-session tool). For applicationId and intake, the description doesn't elaborate beyond schema, but the intake object is fairly self-documenting with fields like email, phone, etc. The coverage is good, so baseline 3 is appropriate. However, the description does not clarify the meaning of the `intake` parameter's structure or that it must match a previously saved draft.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.