Skip to main content
Glama

CertScore.ai MCP Light

Scan site

certscore_scan_site

Creates a public-website privacy scan or reuses an eligible recent completed scan. Coverage includes pre-consent storage, trackers, consent and CMP signals, privacy-policy disclosures, transport security, and GDPR/ePrivacy or CCPA/CPRA review signals. The response contains a stable scanId, lifecycle status, retry timing, and sometimes a bounded preliminary preConsentPreview; preliminary data contains no final findings or score. Results are automated public-web observations, not legal advice, certification, or a compliance determination. Tool and workflow documentation: https://certscore.ai/developers/mcp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublic URL or domain to scan.
scanFromNoOptional execution region for a newly queued scan: eu_de, eu_ie, california, or the service default when omitted.
freshnessNoScan freshness policy. latest allows eligible recent completed-result reuse when available; refresh requests a new scan. Defaults to latest.
maxWaitSecondsNoDeprecated compatibility field; accepted but ignored. The bounded preliminary-preview wait is controlled by CertScore and never waits for scan completion.
waitForCompletionNoDeprecated compatibility field; accepted but ignored. certscore_scan_site never waits for a new scan to finish, though MCP Light may briefly wait within a bounded preview window for preliminary pre-consent observations.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noGoNo
typeYes
errorYes
jobIdNo
linksNo
scoreNo
domainNo
scanIdNo
statusYes
coverageNo
scanFromNo
createdAtNo
reportUrlNo
riskLevelNo
startedAtNo
provenanceYes
scoreLabelYes
completedAtNo
scoreStatusNo
scoreVersionNo
scoreUpdatedAtNo
scanTimeSecondsNo
demoSubstitutionNo
preConsentPreviewNo
resultDispositionNo
recommendedNextToolYes
recommendedNextActionYes
interpretationGuidanceYes
observationOnlyDisclaimerYes

TDQS

A4.3/5.0
Behavior5/5

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

Beyond the annotations, the description discloses that the call may reuse a recent scan, returns only preliminary data without final findings or score, never waits for completion, and provides automated observations rather than legal advice. It also flags deprecated fields as accepted-but-ignored, giving an agent a clear model of side effects and async behavior.

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

Conciseness5/5

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

The description is front-loaded with purpose, then covers scope, response contents, limitations, and documentation in a compact, structured way. Every sentence earns its place, and no redundant material is present.

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

Completeness5/5

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

The description is complete for invocation: it explains what the tool does, what coverage it scans, what the response will contain, the bounded-preview limitation, and the non-authoritative nature of results. Combined with a rich output schema and full parameter documentation, nothing essential is missing.

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 description coverage is 100%, with each parameter already carrying detailed meaning, including deprecation notes for maxWaitSeconds and waitForCompletion. The description adds contextual polish around reuse vs. refresh, but it does not need to compensate for schema gaps.

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 opens with a specific verb and resource: it 'creates a public-website privacy scan or reuses an eligible recent completed scan' and enumerates the covered privacy areas. This clearly differentiates it from the sibling get_scan_status and get_scan_bundle tools, which retrieve existing scan data rather than initiate or reuse a scan.

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

Usage Guidelines3/5

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

Usage is implied through the freshness policy and lifecycle-status language, but the description never explicitly tells an agent when to prefer this tool over get_scan_status or get_scan_bundle, nor states any 'when-not-to-use' conditions. An agent can infer it is for creating/reusing scans, but the guidance is not explicit.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool maps to a distinct stage of the scan lifecycle: creating/reusing a scan, checking its status, and retrieving the completed evidence bundle. There is no meaningful overlap between the three tools, and their descriptions reinforce their unique roles.

Naming Consistency5/5

All tools share a consistent certscore_ prefix and follow a clear verb_noun pattern: scan_site, get_scan_status, get_scan_bundle. The naming convention is uniform and predictable, making it easy to infer each tool's function.

Tool Count5/5

Three tools is an appropriate scope for a lightweight privacy-scan MCP server. Each tool covers an essential part of the workflow, and there is no redundancy or filler.

Completeness4/5

The core workflow is fully covered: trigger a scan, poll for status, and retrieve the evidence bundle. Minor conveniences such as listing past scans or canceling a scan are absent, but they are not essential for the server's stated purpose.