Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GMAIL_OAUTH_PATHNoPath to the gcp-oauth.keys.json file containing Gmail OAuth credentials

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_emailsA

Search emails using Gmail query syntax

read_emailB

Read the full content of an email

delete_emailB

Permanently delete an email

batch_delete_emailsB

Delete multiple emails at once

list_labelsB

List all Gmail labels

create_labelB

Create a new Gmail label

delete_labelC

Delete a Gmail label

apply_labelB

Apply a label to an email

remove_labelB

Remove a label from an email

batch_apply_labelsC

Apply labels to multiple emails at once

create_replyB

Generate a brief, natural reply draft and provide Gmail compose URL

authenticate_gmailA

Authenticate Gmail access via web browser (opens browser automatically)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 12 tools

Disambiguation5/5

Each tool has a clear, distinct purpose. Batch operations are separate from single operations, and label management functions are all distinct (create, delete, list, apply, remove). No two tools are easily confused.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case. Verbs are imperative and descriptive, and the naming scheme is uniform across the set.

Tool Count5/5

12 tools is appropriate for a Gmail management server. It covers essential operations (auth, search, read, delete, label management) without being overwhelming or too sparse.

Completeness3/5

The tool set covers core Gmail operations but has notable gaps: no send email, no mark as read/unread, and no trash or undo capabilities. The create_reply tool only generates a draft URL, not full send. These gaps may hinder some workflows.

Maintenance

ActivityActive
ResponsivenessNo issues