ChanlChanl
Blog/Tools & MCP

Tools & MCP

Browse 41 articles in tools & mcp.

Tools & MCP Articles

41 articles · Page 1 of 4

A slender android at a bare desk in a glass-walled studio at dusk writing one flowing branching script on a translucent pane, while behind the glass a wall of dozens of small labeled levers sits untouched (Ex Machina style, teal-copper palette)
Tools & MCP·12 min read

How to Build an Agent That Writes Code Instead of Calling Tools

One JSON tool call per turn is slow, token-heavy, and brittle. A short script that orchestrates tools in a sandbox is faster and cheaper. Here's how it works.

Read More
Sequence diagram showing an MCP client re-issuing a tool call after collecting user input through InputRequiredResult
Tools & MCP·14 min read

MCP now uses round-trips, not streams, for user input

The July 28 spec deprecated elicitation and sampling. Multi Round-Trip Requests (SEP-2322) replace both with a stateless pattern: the server returns InputRequiredResult, the client collects input, the client re-submits. Here's how to migrate.

Read More
A Server Rack Visualization with Lock Icons Showing Secure and Unsecured MCP Server Connections
Tools & MCP·13 min read

9 in 10 MCP Servers Skip OAuth. The July 28 Spec Just Landed.

Only 8.5% of MCP servers use OAuth. The July 28 spec landed, and it doesn't make auth mandatory. Here's what it actually requires and what to fix first.

Read More
Tool schema definitions flowing into an agent context window, showing token consumption by category
Tools & MCP·13 min read

Your MCP tool descriptions are failing your agent

97% of real-world MCP tool descriptions contain quality problems that hurt agent accuracy and inflate token costs. Here's what the research found and how to fix it.

Read More
Four colored bands connecting an AI agent to tools, sub-agents, enterprise systems, and external partner agents
Tools & MCP·15 min read

Four protocols that power every AI agent

MCP handles tools, A2A handles agent delegation, ACP routes across enterprise frameworks, and ANP crosses org boundaries. Here's how the four protocols divide the work and when each belongs in your stack.

Read More
MCP protocol diagram showing extensions and tasks flow
Tools & MCP·12 min read

MCP's 2026 spec changes what your tools can do

The MCP spec RC is out with Extensions, Tasks, MCP Apps, and OAuth hardening. Here's what changes for CX agent builders before the July 28 final.

Read More
A developer building an MCP tool server for a customer experience AI agent
Tools & MCP·16 min read

Building MCP tools your CX agents actually use

Most CX agents have too many poorly-described tools. Here's how to design and build MCP tools that agents call correctly — covering CRM connectors, knowledge retrieval, and action tools.

Read More
Diagram showing the MCP session lifecycle being replaced with stateless request handling, with session state moving to an external Redis store
Tools & MCP·13 min read

What the July 28 MCP spec means for your stateful agents

The July 28 MCP spec is the largest protocol revision since launch. Sessions are removed. Stateless request handling replaces the initialization handshake. Here's what breaks and how to fix it before the deadline.

Read More
Diagram showing two paths: a static API key granted permanently vs. a short-lived task-scoped token issued per tool call
Tools & MCP·10 min read

Static API keys don't work for autonomous agents

When you hand an autonomous agent a static API key, you're giving it a skeleton key with no expiry. Here's the per-call permission model that replaces it.

Read More
Timeline diagram showing sequential tool calls compounding latency versus parallel calls completing together
Tools & MCP·12 min read

Parallel tool calls: the 5x speedup in your agent

Sequential tool calls compound latency for no reason. Here's how to fan out independent tool calls in parallel and cut agent response time by up to 5x in production.

Read More
Terminal showing MCP task states transitioning from working through to completed
Tools & MCP·15 min read

MCP tasks: how async tool calls fix your agent's timeout problem

The November 2025 MCP spec introduced Tasks: a call-now, fetch-later primitive that lets agents kick off slow operations without blocking. Here's how it works and how to build with it.

Read More
A clean architectural diagram showing multiple domain-labeled MCP servers connected to a central registry node with a discovery API
Tools & MCP·16 min read

The MCP registry: managing a fleet of agent tools

When you have more than 3 MCP servers, you need a registry. Here's the architecture Pinterest and Cloudflare use to manage fleets of domain-specific tool servers at scale.

Read More

Learn Agentic AI

Weekly. Patterns for shipping agents that work. MCP, scorecards, regression tests, prompts, model comparisons.

500+ builders subscribed