Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers both parameters at 100%. The description adds context: '?raw=1 returns the bare document instead of the JSON envelope', which clarifies the raw parameter's effect. However, it does not explain that the 'name' parameter is optional (required array empty) or what happens if omitted.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.