cd /news/ai-agents/mcp-server-prompt-bloat · home topics ai-agents article
[ARTICLE · art-83823] src=dotnetperls.com ↗ pub= topic=ai-agents verified=true sentiment=· neutral

MCP Server Prompt Bloat

Adding relative date support to an MCP server required about four new tool calls with detailed descriptions, increasing prompt tokens to over a thousand and highlighting a tradeoff between agentic AI capability and prompt processing. The author notes that while the agent can now resolve queries like "today's post," the added complexity may slow performance and reduce reliability, suggesting a limit to useful feature additions.

read1 min views1 publishedAug 2, 2026

Writing the descriptions in an MCP server is like writing prompts for the tools. You have to explain what the tool does, when to use it, and what the parameters are and how to use them.

Essentially it is like coding in natural language, and it can easily lead to bloated prompts when running an AI agent. I wanted to add support for relative dates, like today and yesterday, so I ended up requiring about 4 new tool calls, each with detailed prompts.

Now my agent is more capable—it can resolve things like "today's post"—but it is also dealing with over a thousand tokens of prompts. It is a good thing I can get by with a smaller model (Gemma 4 E4B) as performance problems would become apparent otherwise.

It does seem like there is a tradeoff between agentic AI ability and prompt processing—the fewer instructions an agent has, and the fewer tools, the faster it is, and the less capable. In any case, there is likely a point where the MCP server has enough features to suffice, and adding more will just slow things down and make it more complicated and unreliable.

── more in #ai-agents 4 stories · sorted by recency
── more on @mcp server 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/mcp-server-prompt-bl…] indexed:0 read:1min 2026-08-02 ·