Skip to main content
Glama
alexpekach

gmail-mcp-local

by alexpekach

set_tag

Update the tag for a connected Gmail account to reflect its purpose, such as 'personal' or 'work', without affecting stored tokens.

Instructions

Change your tag for a connected account (e.g. switch "personal" to "work"). Metadata only — never touches the token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountYesA connected account ref (see list_accounts).
tagYesThe new tag.
Behavior3/5

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

No annotations provided, so the description carries the full burden. It discloses that the tool is metadata-only and never touches the token, which signals safety. However, it does not explain what happens on success/failure, whether the tag is validated, or if there are side effects.

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 two sentences long with no redundant words. It directly states the action, provides an example, and adds a critical safety note. Every sentence serves a 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?

Given the low complexity (2 simple params, no output schema), the description covers the core purpose, parameter source, and safety profile. It lacks details on return value or error conditions, but for a straightforward mutation, it is largely complete.

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

Parameters4/5

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

Schema coverage is 100% with both parameters described. The description adds context by noting that 'account' is a connected account ref and cross-referencing list_accounts for valid values, which aids parameter selection. The 'tag' parameter description is minimal but sufficient.

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 verb 'Change' and the resource 'your tag for a connected account', with an example ('switch personal to work'). It distinguishes this tool from siblings like connect_account or create_label by specifying it only modifies metadata and never touches the token.

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 explicit guidance on when to use this tool versus alternatives like connect_account or list_accounts. It does not specify prerequisites (e.g., account must already be connected) or mention scenarios where this tool is preferred.

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/alexpekach/gmail-mcp-local'

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