Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description compensates for 0% schema coverage by documenting the allowed idType values ('TICKER', 'ID_ISIN', 'ID_CUSIP', 'ID_SEDOL') and emphasizing exact value matching for the two required parameters. However, the optional parameters `currency` and `exchCode` are not explained in the description, so an agent must infer their meaning solely from schema examples.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.