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 undocumented parameters. The description mentions no parameters at all, while the schema shows one required 'config' parameter with four sub-properties (ak, sk, endpoint, page_size). The description fails to explain what these parameters do, when they're needed, or how they affect the listing operation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.