Google Chat MCP connector
Google Chat is Google's messaging and collaboration platform for teams within Google Workspace. The Google Chat MCP connector allows AI agents to manage spaces and their members, send and retrieve messages, and modify conversation content. It also supports downloading media attachments and accessing detailed space information across your organization's chat environment.
Authentication type
- OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.
Uses
Use the Google Chat MCP connector to perform the following actions:
- Send automated notifications to team spaces when business events occur
- Archive important messages and attachments for compliance and audit trails
- Distribute workflow approvals and notifications across Google Chat spaces
- Extract message content and metadata to populate downstream business systems
- Coordinate multi-team responses by posting updates to designated Chat spaces
- Monitor space activity and retrieve conversations for reporting and analysis
- Manage team member access and permissions across Google Chat spaces
Example prompts
Use the following example prompts to invoke Google Chat MCP connector tools from your AI assistant or Boomi Connect workflow:
Send a message to the sales team space in Google Chat when a new deal closes.Show me all messages from the finance channel in Google Chat from the past week.Download all attachments from the project planning space in Google Chat.Update the daily standup message in Google Chat with the latest project status.List all team members in the engineering space in Google Chat.Post an approval request to the management space in Google Chat.Delete outdated announcements from the company-wide space in Google Chat.Retrieve the details of a specific message in Google Chat to verify content.Get information about a particular team member in the Google Chat space.Find all spaces in Google Chat where the user is a member.
Google Chat MCP connector tools
The Google Chat MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| listSpaces | Retrieves all available spaces in Google Chat. |
| getSpace | Retrieves detailed information about a specific space. |
| createMessage | Sends a new message to a space or direct conversation. |
| getMessage | Retrieves the full content and details of a specific message. |
| updateMessage | Modifies the text or content of an existing message. |
| deleteMessage | Removes a message from a space or conversation. |
| listMembers | Retrieves all members currently in a specific space. |
| getMember | Retrieves information about a specific member in a space. |
| downloadMedia | Downloads a media file from a message or chat. |
| getAttachment | Retrieves details and metadata about a specific file attachment. |