Skip to main content
Glama

Google Workspace MCP Server

by ZatesloFL

get_messages

Retrieve formatted messages from a Google Chat space by specifying user email and space ID, with options to control page size and message order.

Instructions

Retrieves messages from a Google Chat space.

Returns: str: Formatted messages from the specified space.

Input Schema

NameRequiredDescriptionDefault
order_byNocreateTime desc
page_sizeNo
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" }, "space_id": { "title": "Space Id", "type": "string" }, "user_google_email": { "title": "User Google Email", "type": "string" } }, "required": [ "user_google_email", "space_id" ], "type": "object" }

Other Tools from Google Workspace MCP Server

Related Tools

    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/ZatesloFL/google_workspace_mcp'

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