Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has one required parameter 'name' with no description (0% coverage). The description does not explain the 'name' parameter; it only provides the tool's purpose. While the '[graph]' prefix hints that 'name' refers to the graph name, this is not explicit, and the description fails to compensate for the missing schema documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.