An Advertising and Platform-Policy Glossary for AI Agents: 212 Terms via MCP in 2026
AI agents reason about advertising compliance more reliably when they can look up terms instead of guessing. This guide covers a 212-term policy glossary agents can query over MCP.
An advertising and platform-policy glossary is a structured reference of the terms used in advertising compliance and platform enforcement — words like shadowban, disclosure, account suspension, DSA, GDPR and FTC endorsement guides — and giving an AI agent access to one makes its compliance reasoning more accurate and consistent. The AuditSocials Glossary MCP server exposes 212 such terms over the Model Context Protocol, so an agent can define a term, search by keyword or category, and list categories, receiving the full definition, applicable platforms, related terms and a persistent URI for each entry. Because the glossary is bundled with the package, it needs no API key and no configuration; it runs over stdio with clients such as Claude, Cursor and VS Code. The data is published under the CC BY 4.0 license, which makes it citable and reusable. The result is that an agent looks up an authoritative definition instead of improvising one, which reduces the risk of confident but wrong compliance statements. Browse the terms on the compliance glossary, add the server with the MCP setup guide, and compare platform rules on the platform comparison.
Why AI Agents Need a Compliance Glossary
Advertising compliance has a dense, specialized vocabulary. Terms like shadowban, demonetization, account suspension, material connection, endorsement disclosure, DSA, GDPR and FTC carry precise meanings, and those meanings differ by platform and jurisdiction. When a person is unsure what a term means, they look it up. When an AI agent is unsure, it tends to do something more dangerous: it produces a fluent, confident definition that may be subtly or completely wrong. In a compliance context, a confident wrong answer is worse than an admitted gap, because it can send an advertiser in the wrong direction.
Giving an agent a reliable reference to consult changes that behavior. Instead of improvising a definition from patterns in its training data, the agent can retrieve an authoritative entry — the actual definition, the platforms it applies to, related terms, and a stable identifier it can cite. This is the same reason human analysts keep a glossary at hand: shared, precise definitions prevent the small misunderstandings that compound into bad decisions. For an agent operating at speed and volume, that grounding matters even more.
"Each entry returns the full definition, category, applicable platforms, related terms and a persistent URI — so a definition can be looked up rather than improvised.
— AuditSocials Glossary documentation"
This guide describes a 212-term advertising and platform-policy glossary built for exactly this purpose, how an agent queries it over the Model Context Protocol, how the definitions are used in practice, and why provenance and licensing make it trustworthy to cite. You can browse the same terms as a human on the compliance glossary, and see how platform rules differ on the platform comparison.
What the Glossary Covers
The glossary is a structured set of 212 terms drawn from the world of social media advertising compliance and platform enforcement. Rather than a flat list of words, each entry is a small record: a definition written to be self-contained, a category, the platforms the term applies to, related terms, and a persistent identifier. That structure is what lets both humans and machines use it precisely — a term is not just defined, it is placed in context.
The coverage spans platform-specific enforcement concepts, cross-platform advertising rules, and the regulatory frameworks that sit above them. A single agent question about, say, whether a piece of content needs a disclosure might touch several of these at once, which is why having them defined consistently in one place is valuable.
The Kinds of Terms Included
| Area | Example concepts | Why it matters to compliance |
|---|---|---|
| Platform enforcement | Shadowban, demonetization, account suspension, appeal | These describe the actions platforms take and how to respond |
| Advertising rules | Prohibited claims, restricted categories, ad review | The rules that determine whether an ad runs or is disapproved |
| Disclosure | Material connection, sponsored content, AI-generated media labeling | What must be revealed to audiences and when |
| Regulatory frameworks | DSA, GDPR, FTC endorsement guides, COPPA | The laws and guidelines advertising must comply with |
Because the terms are cross-referenced through related-term links and tagged with the platforms they apply to, the glossary works as a small knowledge graph rather than a dictionary. That makes it useful for the kind of connected reasoning compliance questions require — moving from a term to its neighbors and to the platforms it touches. For the deeper platform rules behind many of these terms, the Meta ad policies guide is one worked example.
The self-contained style of each definition is a deliberate choice for machine use. A definition that assumes the reader already understands three other terms works poorly when an agent retrieves it in isolation, because the agent may pull a single entry to answer a single question and never see the surrounding context a human browsing the page would. Writing each entry to stand on its own means a retrieved definition is usable as-is, without a chain of further lookups, which keeps the agent's answer both accurate and concise. Where a concept genuinely depends on another, the related-term links make that dependency explicit rather than implicit, so the agent can follow it deliberately instead of guessing at it.
Querying the Glossary Over MCP
The glossary is exposed to AI agents through the Model Context Protocol, an open standard for connecting AI applications to external tools and data. The AuditSocials Glossary MCP server provides three tools, and together they cover the ways an agent needs to interact with a reference: define a specific term, search across terms, and browse the category structure. Because the tools are self-describing, an agent discovers what they do and calls them when a definition would help, without special prompting.
The Three Tools
| Tool | What it does | When an agent uses it |
|---|---|---|
| glossary_define | Defines a term by name or slug; returns definition, category, applicable platforms, related terms and a persistent URI | The agent knows the term and needs its precise meaning |
| glossary_search | Searches by keyword and/or category; returns matching terms with short definitions | The agent has a concept but not the exact term |
| glossary_list_categories | Lists glossary categories with term counts | The agent wants to browse or scope a search by area |
The important design choice is that the glossary is bundled with the package, so these tools need no API key and no configuration — the 212 terms ship with the server. That makes it a low-friction addition: an agent gains a citable reference simply by having the server installed. The full setup lives in the MCP setup guide, alongside the compliance-check server that covers the enforcement side.
How Agents Use Definitions in Practice
The value of a glossary tool shows up in the difference between two agent behaviors. Without it, an agent asked to explain whether a creator's post needs a disclosure will generate an answer from memory, which may conflate similar concepts or state a rule with more certainty than is warranted. With the glossary tool, the agent can define material connection, check which platforms the term applies to, follow related terms to sponsored content and endorsement disclosure, and ground its explanation in retrieved definitions rather than recollection.
This retrieval-first pattern is particularly useful for compliance because the field rewards precision and punishes confident errors. An agent that looks up a definition and cites its persistent URI produces an answer a human can verify, which is exactly what you want when the stakes include a rejected ad or a restricted account. The glossary does not replace judgment; it makes the agent's inputs to that judgment accurate.
Where a Glossary Lookup Helps
- Explaining a policy term: The agent defines the term precisely instead of paraphrasing it loosely.
- Disambiguating similar concepts: Related-term links separate look-alikes such as demonetization and account suspension.
- Scoping by platform: Applicable-platform tags tell the agent where a term actually applies.
- Producing citable output: A persistent URI per term lets the agent reference a stable source.
Used alongside a live compliance check, the two form a natural pairing: the glossary explains the concepts, and the check applies them to specific content. For how the check side works in an agent workflow, see the pre-publish compliance approach documented across the Compliance API, and track how the rules behind the definitions evolve on the Policy Change Tracker.
There is also an answer-engine dimension to grounding an agent this way. As more questions are answered by AI systems rather than a list of links, the definitions an agent reaches for become the substance of what a user actually reads, and a wrong or vague definition propagates directly into the answer with no intermediate page for the user to sanity-check. An agent that retrieves a precise, sourced definition and attributes it produces an answer that holds up to scrutiny, which is increasingly what distinguishes a trustworthy compliance assistant from one that merely sounds confident. The same structured entries that help an agent also help a person searching for a definition, because a clear, self-contained explanation with its applicable platforms and a stable link is exactly the kind of content answer engines tend to surface and cite.
Provenance, Licensing and Trust
A reference is only as useful as it is trustworthy, and two properties determine whether an agent's citation of a glossary term can be relied upon: where the definitions come from, and whether they can be reused and cited openly. The AuditSocials glossary addresses both. Its definitions are maintained as a deliberate compliance reference rather than scraped text, and the data is published under the Creative Commons Attribution 4.0 (CC BY 4.0) license, which permits reuse with attribution.
Open licensing matters more for AI use than it first appears. When a glossary is CC BY 4.0, an agent can quote a definition and attribute it to a stable source, and downstream products can incorporate the terms without licensing ambiguity. The persistent URI attached to each entry reinforces this: it gives every term a durable address, so a citation remains valid over time rather than pointing at a page that might move. Together, open licensing and persistent identifiers turn definitions into references an agent can safely stand behind.
What Makes the Definitions Citable
| Property | What it provides |
|---|---|
| CC BY 4.0 license | Reuse and citation with attribution, without licensing ambiguity |
| Persistent URI per term | A durable address so citations stay valid over time |
| Maintained as a reference | Definitions curated for compliance rather than scraped |
| Applicable-platform tags | Context that scopes each term to where it applies |
This is consistent with a broader principle in compliance content: claims and definitions should be grounded in a source that can be checked, not asserted. The glossary is designed so that an agent citing a term is citing something real and stable. Browse the human-readable version and its sourcing on the compliance glossary.
The same discipline that makes definitions citable also makes them maintainable. Because each term has a stable identifier and a defined scope, the glossary can be corrected and extended over time without breaking the references that point to it — a term's meaning can be refined while its address stays constant. That matters in a field where the underlying rules move: platform policies and regulatory frameworks change, and a reference that can be updated in place, rather than rebuilt, stays accurate without invalidating the citations an agent has already produced. A glossary treated as living infrastructure, not a one-time publication, is what keeps an agent's grounding current instead of slowly drifting out of date.
Adding the Glossary MCP Server
Because the glossary is bundled and requires no key, adding it is the simplest kind of MCP setup: register the server in your client and restart so it discovers the three tools. The server speaks MCP over stdio, so the same configuration shape works across clients such as Claude Desktop, Claude Code, Cursor, VS Code, Windsurf and Cline — you point them at the package command, with no environment variables to set.
Setup at a Glance
- Register the server: Add an entry that runs
npx -y auditsocials-mcpunder your client's MCP configuration. - No key needed: The 212-term glossary ships with the package, so there is nothing to authenticate.
- Restart and ask: Restart the client, then ask the agent to define or search a term — for example, "Define account suspension using the AuditSocials glossary."
Once added, the glossary sits alongside the compliance-check server as the reference half of a pair: one explains the terms, the other enforces the rules. Teams building on top of AI assistants can add both to give an agent grounded definitions and a live policy check. The step-by-step configuration for each client is in the MCP setup guide, and the terms themselves are browsable on the compliance glossary.
Checklist for Using the Glossary
- [ ] Registered the glossary MCP server in each client that answers compliance questions
- [ ] Confirmed no API key is required — the 212 terms ship bundled
- [ ] Restarted the client so it discovers define, search and list-categories tools
- [ ] Prompted the agent to look up terms rather than define them from memory
- [ ] Used related-term links to disambiguate similar concepts
- [ ] Scoped terms by their applicable platforms rather than assuming they apply everywhere
- [ ] Cited the persistent URI when an answer references a definition
- [ ] Attributed reused definitions per the CC BY 4.0 license
- [ ] Paired the glossary with a live compliance check for content-specific decisions
- [ ] Tracked how the rules behind the definitions change over time
Frequently Asked Questions
Why does an AI agent give better compliance answers with a glossary than without one?
What terms and areas does the 212-term glossary cover?
How does an agent query the glossary, and what does each tool return?
Why do the CC BY 4.0 license and persistent URIs matter for AI use?
How do I add the glossary MCP server, and how does it pair with a compliance check?
Don't miss the next policy change.
Create a free account — track every policy change across 8 platforms, get instant alerts, and access every free compliance tool. Or try our Meta Rejection Predictor first.
Report Keywords — Run AI Compliance Audit
Related Posts
How to Add a Pre-Publish Compliance Check to AI Content Workflows with MCP in 2026
AI assistants now draft and schedule social and ad content. This guide shows how to add a pre-publish compliance check over the Model Context Protocol before anything goes live.
Synthetic Media Enforcement Index Q1 2026 — DSA Transparency Database Findings
Q1 2026 DSA Transparency Database snapshot — 299 million enforcement actions across eight major platforms, with the demoted-content layer, automation rates, and EU30 geographic spread broken out.
Platform Holding Company Structure in 2026: Why It Matters for Compliance Intelligence and Risk Mapping
The corporate structure behind each major platform shapes what advertisers can learn from public filings. Knowing which platforms are publicly traded, where they incorporate, and which regulators they answer to is the foundation of platform-policy intelligence.