Skip to main content
Glama

Google Workspace MCP Server

MIT License
105
  • Apple
  • Linux

get_messages

Retrieve and format messages from a Google Chat space using service details, user email, and space ID to access organized communication data.

Instructions

Retrieves messages from a Google Chat space. Returns: str: Formatted messages from the specified space.

Input Schema

NameRequiredDescriptionDefault
order_byNocreateTime desc
page_sizeNo
serviceYes
space_idYes
user_google_emailYes

Input Schema (JSON Schema)

{ "properties": { "order_by": { "default": "createTime desc", "title": "Order By", "type": "string" }, "page_size": { "default": 50, "title": "Page Size", "type": "integer" }, "service": { "title": "service", "type": "string" }, "space_id": { "title": "Space Id", "type": "string" }, "user_google_email": { "title": "User Google Email", "type": "string" } }, "required": [ "service", "user_google_email", "space_id" ], "title": "get_messagesArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/taylorwilsdon/google_workspace_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server