Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides only a string field named 'name' with no description, so the phrase 'by name' adds meaningful context by clarifying that the parameter refers to the cookie's name. However, it does not elaborate on format, required cookie scope, or special values, providing only minimal compensation for the 0% schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.