Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description mentions 'with a given name,' which implies a name parameter is required. However, the input schema shows 0 parameters and 100% coverage, suggesting parameters might be handled differently (e.g., via unknownKeys passthrough). The description adds some semantic context about naming, but there's a mismatch with the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.