Skip to main content

3 posts tagged with "AI Agents"

AI agent development and design

View All Tags

Dynamic Bundles: Hub-Style Power Inside Any Bundle

· 3 min read
MCPBundles

Tool overload is real.

It shows up as lag. Wrong tool picks. Weird, half-finished workflows. Or the model just dumps a wall of raw data at you and calls it a day.

We’ve always had a simple answer: keep bundles focused. 5–15 tools for one job.

That still works great.

But sometimes you do want a big bundle. A real “everything I use for this role” bundle.

Now you can do that without turning your AI into a confused mess.

Every bundle can run in Dynamic.

Introducing the Hub: Cross-Service AI Workflows Without Tool Overload

· 5 min read
MCPBundles

Tool overload is real. Give AI 50 tools and it gets confused—slow, wrong tool selections, data dumps instead of answers. We've always solved this with focused bundles: give AI 5-15 tools for a specific workflow, and it works great.

But what about when you need data from multiple services at once?

That's why we built the Hub. It uses programmatic tool calling—AI discovers tools on-demand and writes code to orchestrate them—so you can work across all your connected services without the overload problem.

This builds on recent research from Anthropic—their work on advanced tool use and code execution with MCP. We took these patterns and made them accessible to anyone with an MCPBundles account.

MCP Tool Parameter Design: Teaching AI Agents Through Descriptions

· 11 min read
MCPBundles

When you're building MCP tools, there's a moment where you realize something counterintuitive: the description field isn't just documentation—it's instruction. Every parameter description you write is a teaching moment where the AI learns not just what a parameter is, but when to use it, why it matters, and how it impacts the operation.

This shift in thinking—from documenting to teaching—changes how you design tools. Let me show you what that looks like in practice.

Cartoon illustration of a person teaching AI agents through tool parameter descriptions, happy expression
Design MCP tool parameters that teach AI agents through comprehensive descriptions for self-documenting and intuitive AI integrations.