Google Chat · Capability
Google Chat API
The Google Chat API enables building Chat apps that integrate with Google Chat. It provides RESTful access to manage spaces, memberships, messages, reactions, media, and custom emojis.
What You Can Do
GET
Listspaces
— Google Chat List spaces
/v1/spaces
POST
Createspace
— Google Chat Create space
/v1/spaces
GET
Getspace
— Google Chat Get space
/v1/{name}
PATCH
Updatespace
— Google Chat Update space
/v1/{name}
DELETE
Deletespace
— Google Chat Delete space
/v1/{name}
POST
Setupspace
— Google Chat Setup space
/v1/spaces:setup
GET
Listmembers
— Google Chat List members
/v1/{parent}/members
POST
Createmember
— Google Chat Create member
/v1/{parent}/members
GET
Listmessages
— Google Chat List messages
/v1/{parent}/messages
POST
Createmessage
— Google Chat Create message
/v1/{parent}/messages
GET
Listreactions
— Google Chat List reactions
/v1/{parent}/reactions
POST
Createreaction
— Google Chat Create reaction
/v1/{parent}/reactions
GET
Listcustomemojis
— Google Chat List custom emojis
/v1/customEmojis
POST
Createcustomemoji
— Google Chat Create custom emoji
/v1/customEmojis
MCP Tools
listspaces
Google Chat List spaces
read-only
idempotent
createspace
Google Chat Create space
getspace
Google Chat Get space
read-only
idempotent
updatespace
Google Chat Update space
deletespace
Google Chat Delete space
idempotent
setupspace
Google Chat Setup space
listmembers
Google Chat List members
read-only
idempotent
createmember
Google Chat Create member
listmessages
Google Chat List messages
read-only
idempotent
createmessage
Google Chat Create message
listreactions
Google Chat List reactions
read-only
idempotent
createreaction
Google Chat Create reaction
listcustomemojis
Google Chat List custom emojis
read-only
idempotent
createcustomemoji
Google Chat Create custom emoji