[{'Text': 'Edited point-topic-mcp/AGENTS.md:\n\n```diff\n@@ -244,9 +244,9 @@\n \n | Function | Description | Key Args |\n |----------|-------------|----------|\n-| `gbs_tools_gbs_get_status` | Status at any zoom level (country → operator → period). Single batched `$lookup` aggregation, not N+1. | `country`, `operator` (opt), `period` (opt, defaults current) |\n-| `gbs_tools_gbs_add_statistic` | Insert a pending Statistics record (state: 1). Auto-fills operator name/country, checks duplicate. | `type`, `operator_id`, `period`, `tech`, `channel`, `domain`, `subscribers` |\n-| `gbs_tools_gbs_create_source` | Create Source record linking data to its origin (URL/file). Optional S3 archival. | `operator_id`, `year`, `quarter`, `type`, `url` (opt), `file_url` (opt) |\n+| `gbs_tools_get_status` | Status at any zoom level (country → operator → period). Single batched `$lookup` aggregation, not N+1. | `country`, `operator` (opt), `period` (opt, defaults current) |\n+| `gbs_tools_add_statistic` | Insert a pending Statistics record (state: 1). Auto-fills operator name/country, checks duplicate. | `type`, `operator_id`, `period`, `tech`, `channel`, `domain`, `subscribers` |\n+| `gbs_tools_create_source` | Create Source record linking data to its origin (URL/file). Optional S3 archival. | `operator_id`, `year`, `quarter`, `type`, `url` (opt), `file_url` (opt) |\n \n Requires mongosh on PATH (install: `point-topic-mcp-install-mongosh`).\n \n\n```'}]