[{'Text': 'Edited point-topic-mcp/AGENTS.md:\n\n```diff\n@@ -284,10 +284,10 @@\n \n | Collection | Key Fields | Used By |\n |-----------|------------|---------|\n-| `Operator` | name, country, technologies, _id | list_operators |\n-| `Statistics` | operatorId, period, type, channel, domain, subscribers, tech | get_gbs_status, add_statistic |\n-| `Sources` | operatorId, year, quarter, type, url, fileUrl | create_source |\n-| `GlobalVariables` | isCurrent, ... | find_global_variables_current |\n+| `Operator` | name, country, technologies, _id | gbs_get_status |\n+| `Statistics` | operatorId, period, type, channel, domain, subscribers, tech | gbs_get_status, gbs_add_statistic |\n+| `Sources` | operatorId, year, quarter, type, url, fileUrl | gbs_create_source |\n+| `GlobalVariables` | isCurrent, currentStatsPeriod, currentTariffsPeriod | gbs_get_status (auto) |\n \n # Environment Variables\n \n\n```'}]