Skip to main content
Glama

Google Workspace MCP Server

by ZatesloFL

send_message

Send messages to Google Chat spaces directly using user email, space ID, and message text. Confirm delivery with detailed response.

Instructions

Sends a message to a Google Chat space.

Returns: str: Confirmation message with sent message details.

Input Schema

NameRequiredDescriptionDefault
message_textYes
space_idYes
thread_keyNo
user_google_emailYes

Input Schema (JSON Schema)

{ "properties": { "message_text": { "title": "Message Text", "type": "string" }, "space_id": { "title": "Space Id", "type": "string" }, "thread_key": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Thread Key" }, "user_google_email": { "title": "User Google Email", "type": "string" } }, "required": [ "user_google_email", "space_id", "message_text" ], "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