By Caber Team
Think MCP, ANP, agents.json, Agora, LMOS, or AITP will “solve business context”? They won’t. These protocols are great at making data available to agents. They make it easier to pass the right chunks from this data to other agents. They do not tell you what any given chunk actually means in your business, or when it’s appropriate to use. That’s not a transport problem—it’s a meaning and governance problem.
Business context isn’t just the metadata attached to the document your AI happened to retrieve from—or the semantic relationships you can squeeze out of a single paragraph. It’s an ecosystem of relationships, and the most important ones often live outside the immediate source.
When we talk about context, we’re really talking about chunks. That’s how LLMs, RAG systems, and most vector databases see the world. A “chunk” might be a sentence, a table cell, or a paragraph—small enough to embed, big enough to convey meaning.
Here’s the catch: the exact same chunk might appear in dozens of different documents, each with its own metadata—authorship, timestamps, confidentiality flags, regulatory tags, workflow stage, and so on.
If you only look at the document the chunk was read from, you miss the bigger story.
That’s like judging a single line of code based solely on the file it’s in—without knowing it’s been copied into six other repos, patched in three of them, and is currently being used in production by a system with a different security model.
Most classification and governance tools still think like librarians: “This document has these attributes, so its contents must too.” The reality?
If your governance layer only sees the local metadata, it will either over-restrict (blocking safe use) or under-restrict (risking a leak).
To really capture business context, you need to:
This is a fundamentally different mindset. Instead of starting with “this document says X about this chunk,” you start with “this chunk exists in 27 places, and here’s the union of everything we know about what it means and how it can be used—in other words, its business significance.”
Let’s be clear: protocols aren’t the villain; they’re just not the mechanism for meaning. MCP, ANP, Agora, agents.json, LMOS, and AITP define how agents talk to each other—how they exchange tasks, pass along context, and authenticate participants.
Many of them address critical security pillars for agent interactions:
That’s essential for trust between agents. But none of it answers the core questions: what does this chunk mean in your business, and under what conditions can it be used?
Knowing which agent handed you a paragraph doesn’t disambiguate its business significance. The same chunk can appear across silos under conflicting metadata. Until you resolve that conflict at the chunk level, policies will fail—regardless of how well your agents authenticate each other.
Protocols move context securely. Meaning and policy come from a cross-corpus, metadata-aggregated view of the chunk itself—the broad view we’ve been talking about.
When you take the broad view:
And perhaps most importantly, you stop treating “context” as whatever happens to be nearby—and start treating it as the complete, cross-document truth.