Skip to main content
Glama

Google Workspace MCP Server

MIT License
105
  • Apple
  • Linux

send_message

Send messages directly to Google Chat spaces using the tool within the Google Workspace MCP Server. Specify user details, space ID, and message text for effective communication.

Instructions

Sends a message to a Google Chat space. Returns: str: Confirmation message with sent message details.

Input Schema

NameRequiredDescriptionDefault
message_textYes
serviceYes
space_idYes
thread_keyNo
user_google_emailYes

Input Schema (JSON Schema)

{ "properties": { "message_text": { "title": "Message Text", "type": "string" }, "service": { "title": "service", "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": [ "service", "user_google_email", "space_id", "message_text" ], "title": "send_messageArguments", "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