Webflow began developing for MCP in early 2025, initially by wrapping existing APIs as MCP tools. This approach quickly revealed that APIs designed for human developers are not effective for AI agents. Developer APIs assume users can interpret documentation, research solutions, manage state, and handle failures manually, which AI agents lack.
Directly exposing these developer APIs led to low-level, chatty tools that required multiple calls for simple tasks and struggled with complex workflows. This resulted in subtle failures, inefficient runtimes, and unreliable task completion for agents.
Over the following year, Webflow iterated on its API design, shifting from endpoint-based tools to intent-based ones. This involved simplifying schemas, enhancing tool-calling efficiency, and making responses easier for agents to interpret and reason about. The company also invested in underlying infrastructure to support more reliable agent workflows.
These design decisions align with emerging industry patterns for agent-ready APIs, including task-oriented tools, agent-readable schemas, and actionable error guidance. The focus moved beyond simply exposing APIs through MCP to rethinking how autonomous systems discover capabilities, coordinate execution, and operate reliably.
Developer APIs typically break down tasks into granular, low-level operations. For example, updating a homepage hero might involve a chain of actions like listing pages, finding the homepage, fetching content, inspecting the content tree, finding the hero section, and then updating its content. AI agents struggle with this level of granularity without human-like contextual understanding.
Early MCP implementations that directly exposed these existing developer APIs as tools often led to inefficient and unreliable agent performance because agents require APIs that are self-guiding and provide explicit context for planning and execution.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Webflow detailed its experience in developing agent-ready APIs for its MCP server, highlighting that APIs designed for human developers are not effective for AI agents. The company redesigned its tools to be intent-based, simplifying schemas and improving tool-calling efficiency for autonomous systems. This shift addresses the need for APIs that guide agent planning and execution without relying on implicit human context.