[{'Text': 'Failed to receive tool input: tool input was not fully received\nEdited /Users/peterdonaghey/Projects/point-topic-mcp/tests/test_gbs_tools.py:\n\n```diff\n@@ -123,7 +123,7 @@\n \n \n def test_list_operators():\n-    """list_operators returns operators sorted by name, with optional limit."""\n+    """list_operators returns all operators sorted by name."""\n     from bson import ObjectId\n \n     import point_topic_mcp.tools.gbs_tools as gbs\n@@ -154,7 +154,7 @@\n         zebra_pos = result.find("Zebra")\n         assert alpha_pos < beta_pos < zebra_pos, "Operators should be sorted alphabetically"\n         \n-        # Test 2: with limit\n+        # Test 2: with country filterimit\n         result_limited = gbs.list_operators(limit=2)\n         assert "showing 2 of 3" in result_limited\n         assert "Alpha" in result_limited\n\n```'}]