Skip to main content
Glama

Google Workspace MCP Server

by ZatesloFL

get_gmail_threads_content_batch

Retrieve and organize content from multiple Gmail threads in batches of 25, streamlining email management for Google Workspace users. Automates batch requests to prevent SSL connection exhaustion.

Instructions

Retrieves the content of multiple Gmail threads in a single batch request. Supports up to 25 threads per batch to prevent SSL connection exhaustion.

Args: thread_ids (List[str]): A list of Gmail thread IDs to retrieve. The function will automatically batch requests in chunks of 25. user_google_email (str): The user's Google email address. Required.

Returns: str: A formatted list of thread contents with separators.

Input Schema

NameRequiredDescriptionDefault
thread_idsYes
user_google_emailYes

Input Schema (JSON Schema)

{ "properties": { "thread_ids": { "items": { "type": "string" }, "title": "Thread Ids", "type": "array" }, "user_google_email": { "title": "User Google Email", "type": "string" } }, "required": [ "thread_ids", "user_google_email" ], "type": "object" }

Other Tools from Google Workspace MCP Server

Related Tools

    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/ZatesloFL/google_workspace_mcp'

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