Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema coverage EB677, the description must explain what 'symbol', 'start', and 'end' mean. It only says 'Ranged pulls' hinting at a time range, but does not specify the expected format (e.g., ISO timestamps, epoch), whether start/end are required, or how symbol is used (e.g., ticker). This is insufficient for an agent to construct a correct call without additional guesswork. The description should at least indicate that start/end are optional date boundaries and symbol identifies the instrument.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.