Skip to main content
Glama

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.4/5.0
Behavior5/5

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

Beyond the annotations, the description adds substantial behavioral detail: scans may be reused or newly created, preliminary previews contain no final findings, results are automated observations rather than legal advice, and the deprecated compatibility fields are accepted but ignored. There is no contradiction with the readOnlyHint=false, openWorldHint=true, idempotentHint=false profile.

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 dense but efficient: the main action is front-loaded, and each later sentence conveys useful caveats or behavioral clarity. It is slightly long, but no sentence is filler.

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?

Given the tool has a rich input schema and an output schema, the description provides enough context: lifecycle status, scanId, retry timing, preliminary-preview limitations, disclaimers, and a documentation link. It gives an agent what it needs to call the tool and understand what to expect.

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%, and the schema already documents url, scanFrom values, freshness policy, and the deprecated fields. The description adds no parameter-specific meaning beyond that, so the baseline of 3 is appropriate.

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 ('Creates a public-website privacy scan or reuses an eligible recent completed scan') and names the exact coverage areas. This is clearly distinct from the sibling get_scan_bundle and get_scan_status retrieval tools, so an agent can tell the action apart.

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 gives a clear context for when to call this tool: to start a scan or reuse an eligible completed one, and it explains what the response will contain. It does not explicitly name sibling alternatives or state when NOT to use it, but the contrast with the retrieval-focused sibling names is reasonably clear.

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.4/5.0
Disambiguation5/5

Each tool has a distinct lifecycle role: scan_site initiates, get_scan_status polls, and get_scan_bundle retrieves evidence. The descriptions clearly separate preliminary status from completed findings, leaving no real ambiguity between tools.

Naming Consistency5/5

All tools follow a consistent cerscore_ prefix with verb_noun naming: scan_site, get_scan_status, get_scan_bundle. The pattern is uniform, predictable, and readable.

Tool Count5/5

Three tools is a tight, well-scoped set for a scan lifecycle: create, check status, and fetch result. Each tool is essential and there are no redundant utilities.

Completeness4/5

The lifecycle is complete for its stated purpose: initiating a scan, monitoring progress, and retrieving the evidence bundle. Minor gaps exist, such as no scan listing or explicit cancellation, but they do not block the core workflow.

Resources