GMAIL TOOLS

20 tools from the Gmail MCP Server, categorised by risk level.

View the Gmail policy →

READ TOOLS

11
GMAIL_FETCH_EMAILS Fetches a list of email messages from a gmail account, supporting filtering, pagination, and optional full content retrieval. 2/5 GMAIL_FETCH_MESSAGE_BY_MESSAGE_ID Fetches a specific email message by its id, provided the `message id` exists and is accessible to the authenticated `user id`. GMAIL_FETCH_MESSAGE_BY_THREAD_ID Retrieves messages from a gmail thread using its `thread id`, where the thread must be accessible by the specified `user id`. GMAIL_GET_ATTACHMENT Retrieves a specific attachment by id from a message in a user's gmail mailbox, requiring valid message and attachment ids. GMAIL_GET_CONTACTS Fetches contacts (connections) for the authenticated google account, allowing selection of specific data fields and pagination. GMAIL_GET_PEOPLE Retrieves either a specific person's details (using `resource name`) or lists 'other contacts' (if `other contacts` is true), with `person fields` ... GMAIL_GET_PROFILE Retrieves key gmail profile information (email address, message/thread totals, history id) for a user. GMAIL_LIST_DRAFTS Retrieves a paginated list of email drafts from a user's gmail account. use verbose=true to get full draft details including subject, body, sender,... GMAIL_LIST_LABELS Retrieves a list of all system and user-created labels for the specified gmail account. GMAIL_LIST_THREADS Retrieves a list of email threads from a gmail account, identified by `user id` (email address or 'me'), supporting filtering and pagination. 2/5 GMAIL_REPLY_TO_THREAD Sends a reply within a specific gmail thread using the original thread's subject, requiring a valid `thread id` and correctly formatted email addre...

WRITE TOOLS

6

DESTRUCTIVE TOOLS

3
How many tools does the Gmail MCP server have? +

The Gmail MCP server exposes 20 tools across 3 categories: Read, Write, Destructive.

How do I enforce policies on Gmail tools? +

Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Gmail server.

What risk categories do Gmail tools fall into? +

Gmail tools are categorised as Read (11), Write (6), Destructive (3). Each category has a recommended default policy.

Enforce policies on Gmail

Open source. One binary. Zero dependencies.

npx -y @policylayer/intercept
github.com/policylayer/intercept →
// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.