Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema provides 100% coverage for the single 'endpoint' parameter, including an enum of valid values and a description. The tool description adds a rationale for why the endpoint parameter is needed (to identify the correct field paths), but does not provide additional syntax or format details beyond the schema. Given full schema coverage, the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.