Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has one required string parameter, `entity`, with no description and 0% schema coverage. The tool description never explains what `entity` should contain, such as a ticker, company name, or identifier, so it adds no value beyond the parameter name itself.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.