Enterprise DNA

Omni by Enterprise DNA

Enterprise DNA Resources

Latest AI and industry news. Practical AI operating-system thinking for owners, operators, and teams doing real work.

220k+

Data professionals

Omni

AI agents and apps

Audit

Map the manual work

News AI News

A new linter called "mcpgrade" graded 36 popular MCP servers on live-agent usability and gave official MongoDB, Notion, and Airtable integrations D/F scores.

Root cause: schemas auto-generated from zod/OpenAPI strip parameter descriptions, causing a measured 50% "out-of-scope task attempt" rate on poorly.

Enterprise DNA |
A new linter called "mcpgrade" graded 36 popular MCP servers on live-agent usability and gave official MongoDB, Notion, and Airtable integrations D/F scores.

AI Pulse · Under the Radar

The play

Run mcpgrade against every MCP server you ship and fix any that score below B before agents start failing silently.

A developer named Teng Li built a linter called mcpgrade that tests how well MCP servers work with live agents. He ran it against 36 popular servers and found something striking: official integrations from MongoDB, Notion, and Airtable all scored D or F grades. The problem is not the underlying APIs. It is the schema documentation agents see when they decide which tool to call.

Most MCP servers auto-generate their schemas from zod validators or OpenAPI specs, and that process strips out the parameter descriptions developers wrote. An agent looks at a tool called create_document with no explanation of what workspace_id means, guesses wrong, and fails. Li measured a 50% out-of-scope task attempt rate on poorly documented servers and 0% on servers with clean, descriptive schemas. Context7 saw the audit, fixed its schema, and jumped from a C to a perfect score in one update.

This matters because MCP is becoming the standard way to connect agents to external tools, and if your server hands an agent a cryptic schema, the agent will misuse it. The fix is straightforward: write clear descriptions for every parameter and result field, test the schema with a real agent before you ship, and do not rely on auto-generation to preserve that context. If you are building or auditing MCP servers at your company, the original report includes a scoring rubric you can use as a checklist. We are folding similar schema audits into the way we build agent workflows in the Omni Command Centre, because a tool an agent cannot understand is a tool it will not use correctly. The gap between a working API and a working agent integration is smaller than most teams think, but it is not zero.

Free daily email

Get this every morning.

This brief is one item from today's AI Pulse, the short daily read we run for ourselves on what is actually happening in AI. Subscribe free and it lands in your inbox each morning.

Free daily email

Subscribe to the daily AI Pulse

One short read every morning on what is actually happening in AI. Free.

One email a day. Unsubscribe any time.