Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 3 parameters with 0% coverage in descriptions. The description mentions updating 'name, description' which maps to two parameters, but adds no details about constraints (e.g., length, format) and fails to explain the required 'project_id' parameter. The vague term 'settings' does not correspond to a schema property, causing confusion.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.