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

Claude Code v2.1.145: JSON Agent Listing, OTEL Span Fixes, Security Patch, and More
Claude Code v2.1.145 adds `claude agents --json` for scripting, fixes a permission-prompt bypass, improves OTEL spans, and more.

Anthropic Removes Claude Code from Pro Subscription for New Users in Test
Anthropic temporarily removed access to Claude Code from its $20/month Pro subscription plan for new users, changing website pricing pages and support documents before reversing the changes. The company described it as a 'small test of 2% of new prosumer signups.'

The Vibe-Coding Noise Floor: How AI Slop Is Strangling Developer Communities
rmoff rants about the steady influx of low-effort AI-generated content in dev communities, from pointless GitHub repos to ghostwritten blog posts, and why it's driving away organic participation.

MCP Is Just Libraries Repackaged: Déjà Vu All Over Again
A Reddit discussion argues that Anthropic's MCP is essentially a repackaging of programming libraries, drawing parallels with Hugging Face's smolagents tool design and questioning whether to build new MCPs or improve existing library documentation.