Skip to main content
Glama
dipseth

google-workspace-unlimited

Send Chat Message

send_message

Send a message to a Google Chat space using markdown formatting. Supports threading and user impersonation.

Instructions

Sends a message to a Google Chat space with full markdown formatting support

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
space_idYesChat space ID (format: "spaces/{id}"). Required.
thread_keyNoThread key for replies. Creates new thread if None.
message_textYesMessage content with Google Chat markdown. Max ~4096 chars. Required.
user_google_emailNoUse 'me' or 'myself' for auto-resolution to authenticated user, or provide specific email address. If None, uses current authenticated user (auto-injected by middleware).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNo
messageYes
spaceIdYes
successYes
messageIdYes
threadKeyYes
userEmailYes
createTimeYes
messageTextYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate a non-read-only, non-idempotent, non-destructive write operation. The description adds the detail of markdown formatting support, which is also present in the parameter schema. No contradiction with annotations. The description could be more informative about rate limits or behavior with threads, but is adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence of 12 words, directly stating the core functionality. No fluff or repetition. Efficiently communicates the essential purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is minimal but sufficient given that the input schema thoroughly documents all parameters, and an output schema exists (presumably documenting return values). It covers the primary action, though it could mention threading behavior or other context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with clear parameter descriptions. The tool description does not elaborate on parameters beyond what the schema provides, so it adds no extra semantic value. Baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Sends a message'), the target resource ('Google Chat space'), and a key distinguishing feature ('full markdown formatting support'). This distinguishes it from sibling tools like 'send_gmail_message' or 'search_messages'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives such as 'send_gmail_message' or 'send_dynamic_card'. The description does not mention prerequisites, limitations, or when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/dipseth/google_workspace_fastmcp2'

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