This simple test PA told me it couldn’t connect to Google Sheets…until I reminded it.
Is there any way, maybe even a plan to add some kind of structure to Actions and things like C, R, U, D on Google Sheets as capabilities, so that this doesn’t happen?
The issue where the action only runs after being explicitly asked is most likely related to prompting. This can usually be resolved by refining your role prompt and trigger prompt so the model understands when and how to call the action automatically. If you share your current instructional prompts, the community can help you fine-tune them. Many users have successfully used the Google Sheets action in complex workflows.
@kenlyle thats a system prompt issue for sure. When you use MCP instead of custom actions, since there is no trigger prompt, the System prompt section becomes the “brains” / manager that tells the MCP what to do (instead of a Trigger prompt when compared to a connected action).