[{'Text': 'Edited point-topic-mcp/src/point_topic_mcp/tools/gbs_tools.py:\n\n```diff\n@@ -239,6 +239,14 @@\n \n         return formatted\n \n+    def get_gbs_instructions(ctx=None) -> str:\n+        """Get the GBS cheatsheet: pipeline templates, live state, data model, and rules.\n+\n+        Call this FIRST whenever you start working with GBS data.\n+        Contains everything you need to use read_gbs, add_statistic, and create_source.\n+        """\n+        return _GBS_CHEATSHEET\n+\n     def add_statistic(type: str, operator_id: str, period: str, tech: str, channel: str,\n                       domain: str, subscribers: int, is_estimate: bool = False,\n                       restated: bool = False, notes: str = "", created_by: str = "gbs-agent",\n\n```'}]