Example, I want the LLM to call menu item editor tools. ```cs [MenuItem("Tools/Create Enemy")] public static void NewEnemy() { // ... } ``` I told Claude to do it but it didn't really call this method. It tried to do what was inside it, but it didn't call it.