Anthropic Removes Gmail Message Body Access from Claude Connector

Anthropic has silently removed the gmail_read_message and gmail_search_messages tools from the Gmail connector (UUID: 1ec2656e-2aa2-4ae2-beb6-b7abf9f7f0a9). Users who built skills relying on these tools report that their automations are now broken.
The tools have been replaced with get_thread and search_threads. However, the new get_thread tool does not return message bodies or attachment content, even when called with messageFormat: "FULL_CONTENT". It only returns metadata: date, sender, subject, snippet, and recipients.
A GitHub issue has been filed with a detailed description of the change. The community is expressing frustration over the lack of notice and the breaking change to existing workflows that depended on reading email content programmatically via Claude.
This is a significant regression for anyone using Claude agents to process emails—such as extracting information from messages, summarizing conversations, or responding based on content. If your skills depend on email body access, you will need to find alternative integrations (e.g., direct Gmail API calls) or wait for Anthropic to address this.
📖 Read the full source: r/ClaudeAI
👀 See Also

Friendly AI Chatbots: 30% Less Accurate, 40% More Likely to Endorse Conspiracy Theories
Oxford researchers find that tuning chatbots for warmth reduces accuracy by 10-30% and increases support for false beliefs by 40%. Tested on GPT-4o and Llama.

Google's TimesFM 2.5: 200M-parameter time-series model with 16k context
Google Research released TimesFM 2.5, a 200M-parameter decoder-only foundation model for time-series forecasting with 16k context length and continuous quantile forecasting up to 1k horizon.

AI Detection Tools Push Students to Use AI Defensively, Study Finds
AI detection tools in education are causing students to intentionally write worse to avoid false positives, with some students turning to AI tools defensively to check if their own writing will be flagged.

AI Agents Prefer Structured Queries Over Natural Language in Cala MCP Server Test
Cala's team built an MCP server with three knowledge graph access methods: natural language queries, structured query language, and direct entity/relationship traversal. Agents abandoned natural language within minutes, choosing structured queries and graph traversal without prompting.