Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% (all ten parameters lack descriptions), requiring the description to compensate heavily. While it lists six operation names that presumably map to the 'operation' parameter, it does not explicitly state these are valid enum values, nor does it explain which parameters apply to which operations (e.g., does 'report_number' work with 'get_congress_info'?). The other four parameters (current, limit, detailed, format_type) are completely undocumented.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.