Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description only explains the meaning of the LEI code itself, which is the primary parameter, but the input schema contains several additional parameters (wholesaler_ids, source_resource_id, question_asked, etc.) with zero schema description coverage according to the context signals. An agent could easily be confused about whether those parameters are relevant to this GLEIF lookup. The description does not clarify that only lei is needed and the rest are internal or optional plumbing.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.