Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides no description for the hero parameter (0% coverage), and the tool description only mentions 'hero' implicitly through 'A hero's.' It does not specify whether hero should be a name, ID, or slug, nor does it provide examples or accepted formats. The description fails to compensate for the schema's lack of parameter documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.