Skip to main content
Glama

check_compliance

Read-only

Scan your project to detect data processing activities not yet covered by legal documents. Reports missing facts like target markets and returns an agent prompt to collect required information.

Instructions

Read-only compliance readiness check. Run this after adding any SDK, analytics, payment, auth or AI integration — it detects processing activities your legal documents don't cover yet. It scans the project, detects platforms and data processing, auto-derives what it can (app name, legal entity, contact email) and reports which human facts are still missing (including target markets). Returns an agentPrompt you (the dev agent) can answer from the repo, so document generation needs no forms. Call it before make_compliant when you want to confirm facts first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dirYesProject root path.
entityNoData controller / legal entity, if already known (overrides the derived one).
appNameNoOverride the auto-derived app name.
marketsNoRegions where the app has users. Without them `ready` can never be true (markets are a required human fact).
contactEmailNoPrivacy contact email, if already known (overrides the derived one).
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description details the tool's behavior: scanning the project, detecting platforms and data processing, auto-deriving facts, and returning an agentPrompt. This aligns with the readOnlyHint annotation and adds context about what happens during execution.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (3 sentences) and front-loaded with purpose. It efficiently conveys key information, though it could be slightly more compact without losing clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (5 params, no output schema), the description adequately explains inputs, process, and output format ('agentPrompt'). It covers when to use and what to expect, leaving little ambiguity for an AI agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the description does not need to compensate heavily. It adds minimal extra context, e.g., that markets are required for 'ready' status and optional params override derived values. This provides some added meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states this is a 'Read-only compliance readiness check' that detects missing processing activities, using a specific verb ('check') and resource ('compliance readiness'). It also distinguishes it from sibling tool 'make_compliant' by positioning it as a precursor.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to run: 'after adding any SDK, analytics, payment, auth or AI integration' and 'before make_compliant when you want to confirm facts first'. It provides clear context, though it does not explicitly list when not to use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/marcosnovo/lexvibe-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server