Under the hood
MCP tool-list telemetry now reports total, max, mean, and over-limit counts for tool description lengths
What
The tengu_mcp_tools_listed telemetry event, sent when Claude Code lists tools from an MCP server, now includes four new fields about the length of tool descriptions returned by that server: descriptionTotalLength, descriptionMaxLength, descriptionMeanLength, and descriptionOverLimitCount (how many descriptions exceed a configured size limit).
Why
This gives visibility into how verbose an MCP server's tool descriptions are, which can help identify servers whose overly long descriptions might affect performance or context usage.