Learn/Multiple Mentions Why does MCP tool bloat break agents? Every MCP tool definition gets stuffed into the model's context on each call, and overlapping tool names make it pick the wrong one. AWS's context engineering post recommends pruning, clearer naming, and lazy loading to fix it. Context WindowTool-calling |