Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage, with clear documentation for both parameters ('id' and 'expand'). The description doesn't add any meaning beyond the schema, such as explaining the format of 'id' (e.g., numeric ID) or examples for 'expand'. However, since the schema coverage is high, the baseline score of 3 is appropriate as the schema handles the parameter semantics adequately.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.