Update gmail/gmail_tools.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Taylor Wilsdon
2025-07-17 15:43:08 -04:00
committed by GitHub
parent 6a96b9e26d
commit 1760f50943

View File

@@ -574,7 +574,7 @@ async def get_gmail_thread_content(
@server.tool()
@require_google_service("gmail", "gmail_read")
@handle_http_errors("get_gmail_threads_content_batch")
@handle_http_errors("get_gmail_threads_content_batch", is_read_only=True)
async def get_gmail_threads_content_batch(
service,
thread_ids: List[str],