Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate for the single parameter deal_id. It adds the semantic constraint that the deal must be 'known' (i.e., already exist), which is not in the schema and helps the agent understand it cannot be used to create a deal. This is valuable, though it doesn't elaborate on format or retrieval.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.