Skip to main content
Glama
eitan3

Gmail + Calendar MCP Server

by eitan3

batch_modify_messages

Add or remove labels from multiple Gmail messages in a single API call to organize your inbox efficiently.

Instructions

Add and/or remove labels across many messages in one call.

add_labels/remove_labels accept label names or ids.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
message_idsYes
add_labelsNo
remove_labelsNo
accountNo
passwordNo
Behavior2/5

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

Lacks disclosure of behavioral traits such as permissions required, destructive nature, rate limits, or side effects. No annotations provided to compensate.

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

Conciseness4/5

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

Two concise sentences, front-loaded with purpose. Could be more structured but is efficient.

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

Completeness2/5

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

Incomplete given 5 parameters, no output schema, and no annotations. Lacks return value description, error handling, authentication context, and parameter details.

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

Parameters2/5

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

Only mentions that add_labels/remove_labels accept label names or ids; does not explain message_ids, account, password, or default behaviors. Schema description coverage is 0%.

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?

Clearly states the tool adds/removes labels across many messages in one call, distinguishing it from siblings like label_message and unlabel_message which operate on single messages.

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

Usage Guidelines3/5

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

Implies use for batch labeling, but does not explicitly state when to use versus alternatives or exclude cases like single-message operations.

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/eitan3/Gmail_MCP'

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