CertScore.ai MCP Light
Server Details
Free website privacy scanner for pre-consent cookies, trackers, consent, policy, and HTTPS/TLS.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- ergoveritas1-alt/certscore.ai
- GitHub Stars
- 0
Available Tools
3 toolscertscore_get_scan_bundleGet scan bundleARead-onlyInspect
Returns the completed or completed-limited CertScore evidence bundle for a stable scanId as concise TextContent and matching structuredContent. Available sections include the canonical report overview, bounded projected findings, pre-consent cookie and tracker evidence, coverage limitations, persisted execution provenance, and retrieval URLs. Detail tiers and byte budgets control the bounded response, with explicit returned, total, truncated, and omitted-section metadata. Accept and Reject Path content is present only for confirmed, evidence-qualified post-action observations; unsupported or inconclusive outcomes remain neutral coverage limitations. Results are automated public-web observations, not legal advice, certification, or a compliance determination.
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | Response detail. Defaults to summary; evidence and full opt into heavier retained context. | |
| scanId | Yes | Stable CertScore scan ID. | |
| maxBytes | No | Requested serialized structured response budget in bytes. The full profile defaults to 50000. MCP Light defaults to and applies a transport-safe 25000-byte ceiling; larger Light requests are clamped and reported in response metadata. | |
| maxFindings | No | Maximum compact findings to return. Defaults to 5 for summary and 20 otherwise. | |
| maxPreConsentRows | No | Maximum compact pre-consent inventory rows to return. Defaults to 20. |
Output Schema
| Name | Required | Description |
|---|---|---|
| url | Yes | |
| noGo | No | |
| type | Yes | |
| error | Yes | |
| links | No | |
| score | Yes | |
| detail | Yes | |
| domain | Yes | |
| scanId | Yes | |
| status | Yes | |
| timing | No | |
| summary | No | |
| coverage | No | |
| findings | Yes | |
| scanFrom | Yes | |
| createdAt | Yes | |
| reportUrl | Yes | |
| riskLevel | Yes | |
| startedAt | Yes | |
| disclaimer | Yes | |
| fullReport | No | |
| provenance | Yes | |
| scoreLabel | Yes | |
| completedAt | Yes | |
| gpcResponse | No | |
| mcpMetadata | Yes | |
| scoreStatus | Yes | |
| scoreVersion | Yes | |
| scoreUpdatedAt | Yes | |
| evidenceSummary | No | |
| scanTimeSeconds | Yes | |
| findingsMetadata | Yes | |
| resultDisposition | No | |
| transportSecurity | Yes | |
| evidenceUrlTemplate | No | |
| recommendedNextTool | Yes | |
| postAcceptObservation | No | |
| recommendedNextAction | Yes | |
| interpretationGuidance | Yes | |
| postRefusalObservation | No | |
| observationOnlyDisclaimer | Yes | |
| preConsentCookiesTrackers | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Even though annotations already mark the tool as readOnly and non-destructive, the description goes well beyond them. It discloses bounded response sizes, returned/total/truncated/omitted metadata, Accept and Reject Path qualification rules, provenance, coverage limitations, and the explicit disclaimer that results are not legal advice or certification.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The first sentence front-loads the tool's core behavior, and every following sentence earns its place by adding behavior, bounds, evidence qualification, or a necessary legal disclaimer. There is no tautology or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With an output schema present and all parameters fully documented, the description covers the remaining essential context: bundle sections, bounded budgeting metadata, evidence qualification, coverage limitations, and the non-authoritative nature of the results. The only modest gap is not providing an explicit pointer to sibling tools for status checks or new scans.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema already documents all five parameters and their defaults. The description adds a useful high-level note that 'detail tiers and byte budgets' control the bounded response, but it does not materially extend per-parameter meaning beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a precise verb and resource: 'Returns the completed or completed-limited CertScore evidence bundle for a stable scanId.' It further differentiates the tool from its siblings by enumerating what the bundle contains, so an agent can tell this from status lookup or initiating a scan.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Clear context is provided: this is for a stable scanId and only for completed or completed-limited scans, with detail tiers and byte budgets available. However, it does not explicitly contrast with certscore_get_scan_status or certscore_scan_site, so routing to those alternatives is left somewhat to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
certscore_get_scan_statusGet scan statusARead-onlyIdempotentInspect
Returns lifecycle status for a stable CertScore scanId. Active responses include phase, heartbeat, estimated progress, retryAfterSeconds, and sometimes a bounded preliminary preConsentPreview. Terminal responses include completion status, CertScore score and risk metadata when available, coverage, persisted execution region and timestamps, report URL, and a next-action field. Preliminary observations are distinct from completed findings.
| Name | Required | Description | Default |
|---|---|---|---|
| scanId | Yes | Stable CertScore scan ID returned by certscore_scan_site. |
Output Schema
| Name | Required | Description |
|---|---|---|
| url | No | |
| noGo | No | |
| type | No | |
| error | Yes | |
| jobId | No | |
| links | No | |
| phase | No | |
| score | No | |
| domain | No | |
| scanId | No | |
| status | No | |
| scan_id | No | |
| stalled | No | |
| coverage | No | |
| scanFrom | No | |
| createdAt | No | |
| reportUrl | No | |
| riskLevel | No | |
| startedAt | No | |
| provenance | Yes | |
| scoreLabel | Yes | |
| completedAt | No | |
| gpcResponse | No | |
| scoreStatus | No | |
| scoreVersion | No | |
| lastUpdatedAt | No | |
| phaseStartedAt | No | |
| scoreUpdatedAt | No | |
| lastHeartbeatAt | No | |
| progressPercent | No | |
| scanTimeSeconds | No | |
| preConsentPreview | No | |
| resultDisposition | No | |
| retryAfterSeconds | No | |
| progressIsEstimate | No | |
| recommendedNextTool | Yes | |
| postAcceptObservation | No | |
| recommendedNextAction | Yes | |
| interpretationGuidance | Yes | |
| postRefusalObservation | No | |
| estimatedRemainingSeconds | No | |
| observationOnlyDisclaimer | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, and non-destructive behavior, so the bar is lower. The description adds substantial behavioral detail beyond annotations: active responses include phase, heartbeat, progress, retryAfterSeconds, and preliminary previews, while terminal responses include score, coverage, region, timestamps, and next-action fields. It also explicitly warns that preliminary observations are distinct from completed findings.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is dense but every sentence earns its place: core purpose, active-response contents, terminal-response contents, and a caveat about preliminary versus completed findings. It is front-loaded with the main function and contains no filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With an output schema available and only one parameter, the description provides sufficient context for correct invocation. It covers the lifecycle states, the distinction between preliminary and final data, and even hints at next actions, so an agent can confidently call the tool and interpret the response.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single required parameter is fully documented in the schema with 100% coverage. The description repeats that the scanId comes from certscore_scan_site and adds the word 'stable,' but it does not introduce meaning beyond the schema. Baseline 3 is appropriate because the schema carries the documentation weight.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
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: 'Returns lifecycle status for a stable CertScore scanId.' It then distinguishes active from terminal responses, which clearly separates it from siblings like certscore_get_scan_bundle and certscore_scan_site.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies the intended workflow: it should be used with a stable scanId returned by certscore_scan_site, and it describes what kind of status information the caller can expect. It does not explicitly name alternatives or state when to prefer this over certscore_get_scan_bundle, but the context is strong enough to avoid misuse.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
certscore_scan_siteScan siteAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL or domain to scan. | |
| scanFrom | No | Optional execution region for a newly queued scan: eu_de, eu_ie, california, or the service default when omitted. | |
| freshness | No | Scan freshness policy. latest allows eligible recent completed-result reuse when available; refresh requests a new scan. Defaults to latest. | |
| maxWaitSeconds | No | Deprecated compatibility field; accepted but ignored. The bounded preliminary-preview wait is controlled by CertScore and never waits for scan completion. | |
| waitForCompletion | No | Deprecated 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
| Name | Required | Description |
|---|---|---|
| noGo | No | |
| type | Yes | |
| error | Yes | |
| jobId | No | |
| links | No | |
| score | No | |
| domain | No | |
| scanId | No | |
| status | Yes | |
| coverage | No | |
| scanFrom | No | |
| createdAt | No | |
| reportUrl | No | |
| riskLevel | No | |
| startedAt | No | |
| provenance | Yes | |
| scoreLabel | Yes | |
| completedAt | No | |
| gpcResponse | No | |
| scoreStatus | No | |
| scoreVersion | No | |
| scoreUpdatedAt | No | |
| scanTimeSeconds | No | |
| demoSubstitution | No | |
| preConsentPreview | No | |
| resultDisposition | No | |
| recommendedNextTool | Yes | |
| postAcceptObservation | No | |
| recommendedNextAction | Yes | |
| interpretationGuidance | Yes | |
| postRefusalObservation | No | |
| observationOnlyDisclaimer | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations, the description discloses the response contents (stable scanId, lifecycle status, retry timing, sometimes a bounded preConsentPreview), the non-final nature of preliminary data, and the tool's non-legal/non-certification limitation. This is substantial behavioral context that the bare annotations and schema would not convey.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is four sentences with no redundancy: core action, coverage scope, response shape with preview caveat, and a documentation link. The decision-relevant create-or-reuse behavior is front-loaded, and every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the presence of an output schema and annotations, the description supplies the extra context an agent needs: what the scan covers, what preliminary data means, that the tool is asynchronous, and where to find deeper workflow documentation. Nothing critical for deciding whether or how to call this tool is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description reinforces the freshness/reuse distinction and the never-waits-for-completion behavior, which lightly supports understanding of freshness and waitForCompletion, but it does not add parameter-level meaning beyond what the input schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
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.' It clearly enumerates what the scan covers and clarifies that the tool initiates or reuses scans, which distinguishes it from the retrieval-oriented sibling tools certscore_get_scan_bundle and certscore_get_scan_status.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use this tool: to start a scan or reuse a recent eligible one, and it explicitly states the tool never waits for scan completion. It doesn't name sibling alternatives or give explicit 'when not to use' guidance, but the sibling names and the create/reuse framing make the boundary reasonably clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- Changed
certscore_get_scan_bundle3 fields changed- added
Output schema / properties / fullReport / properties / gpcResponseAdded value: +{ + "anyOf": [ + { + "$ref": "#/properties/gpcResponse/anyOf/0/anyOf/1/anyOf/0" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / fullReport / properties / postAcceptObservationAdded value: +{ + "anyOf": [ + { + "$ref": "#/properties/postAcceptObservation/anyOf/0/anyOf/1/anyOf/0" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / fullReport / properties / postRefusalObservationAdded value: +{ + "anyOf": [ + { + "$ref": "#/properties/postRefusalObservation/anyOf/0/anyOf/1/anyOf/0" + }, + { + "type": "null" + } + ] +}
3 tool updates
- Changed
certscore_get_scan_bundle3 fields changed- added
Output schema / properties / gpcResponseAdded value: +{ + "anyOf": [ + { + "anyOf": [ + { + "not": {} + }, + { + "anyOf": [ + { + "additionalProperties": false, + "properties": { + "californiaPolicy": { + "additionalProperties": false, + "properties": { + "applied": { + "type": "boolean" + }, + "deductionPoints": { + "enum": [ + 0, + 15 + ], + "type": "number" + } + }, + "required": [ + "applied", + "deductionPoints" + ], + "type": "object" + }, + "comparison": { + "additionalProperties": false, + "properties": { + "baselineArtifact": { + "additionalProperties": false, + "properties": { + "lane": { + "const": "runtime_evidence", + "type": "string" + }, + "sha256": { + "pattern": "^[a-f0-9]{64}$", + "type": "string" + }, + "sizeBytes": { + "minimum": 0, + "type": "integer" + } + }, + "required": [ + "lane", + "sha256", + "sizeBytes" + ], + "type": "object" + }, + "comparable": { + "type": "boolean" + }, + "deltas": { + "additionalProperties": false, + "properties": { + "advertisingOrMeasurementActivity": { + "$ref": "#/properties/gpcResponse/anyOf/0/anyOf/1/anyOf/0/properties/comparison/properties/deltas/properties/cookies" + }, + "consentOrCmpBehavior": { + "$ref": "#/properties/gpcResponse/anyOf/0/anyOf/1/anyOf/0/properties/comparison/properties/deltas/properties/cookies" + }, + "cookies": { + "additionalProperties": false, + "properties": { + "baselineCount": { + "minimum": 0, + "type": "integer" + }, + "baselineOnly": { + "items": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "type": "array" + }, + "countDelta": { + "type": "integer" + }, + "gpcCount": { + "minimum": 0, + "type": "integer" + }, + "gpcOnly": { + "items": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "type": "array" + }, + "shared": { + "items": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "type": "array" + } + }, + "required": [ + "baselineCount", + "gpcCount", + "countDelta", + "baselineOnly", + "gpcOnly", + "shared" + ], + "type": "object" + }, + "trackers": { + "$ref": "#/properties/gpcResponse/anyOf/0/anyOf/1/anyOf/0/properties/comparison/properties/deltas/properties/cookies" + } + }, + "required": [ + "cookies", + "trackers", + "advertisingOrMeasurementActivity", + "consentOrCmpBehavior" + ], + "type": "object" + }, + "enabledProof": { + "additionalProperties": false, + "properties": { + "navigatorGlobalPrivacyControl": { + "const": true, + "type": "boolean" + }, + "requestEventIds": { + "items": { + "maxLength": 160, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "type": "array" + }, + "requestsWithSecGpc": { + "minimum": 0, + "type": "integer" + }, + "secGpcHeaderValue": { + "const": "1", + "type": "string" + } + }, + "required": [ + "secGpcHeaderValue", + "requestsWithSecGpc", + "requestEventIds", + "navigatorGlobalPrivacyControl" + ], + "type": "object" + }, + "gpcArtifact": { + "additionalProperties": false, + "properties": { + "lane": { + "const": "gpc_observation", + "type": "string" + }, + "sha256": { + "pattern": "^[a-f0-9]{64}$", + "type": "string" + }, + "sizeBytes": { + "minimum": 0, + "type": "integer" + } + }, + "required": [ + "lane", + "sha256", + "sizeBytes" + ], + "type": "object" + }, + "limitationKeys": { + "items": { + "maxLength": 160, + "minLength": 1, + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "protocol": { + "const": "passive_baseline_with_sec_gpc", + "type": "string" + } + }, + "required": [ + "comparable", + "protocol", + "baselineArtifact", + "gpcArtifact", + "enabledProof", + "deltas", + "limitationKeys" + ], + "type": "object" + }, + "evidenceUrl": { + "format": "uri", + "type": "string" + }, + "findingTitle": { + "enum": [ + "GPC response", + "No observable GPC response" + ], + "type": "string" + }, + "legalInterpretation": { + "const": "not_assessed", + "type": "string" + }, + "scoreEffect": { + "const": "none", + "type": "string" + }, + "status": { + "enum": [ + "responsive", + "no_observable_response", + "indeterminate" + ], + "type": "string" + }, + "summary": { + "maxLength": 2000, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "status", + "findingTitle", + "summary", + "scoreEffect", + "legalInterpretation", + "comparison", + "californiaPolicy", + "evidenceUrl" + ], + "type": "object" + }, + { + "type": "null" + } + ] + } + ] + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / postAcceptObservationAdded value: +{ + "anyOf": [ + { + "anyOf": [ + { + "not": {} + }, + { + "anyOf": [ + { + "additionalProperties": false, + "properties": { + "acceptanceExercised": { + "type": "boolean" + }, + "completedAt": { + "type": [ + "string", + "null" + ] + }, + "coverageLimitations": { + "items": { + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "evidenceDisposition": { + "enum": [ + "confirmed", + "indeterminate" + ], + "type": "string" + }, + "indeterminateReason": { + "anyOf": [ + { + "maxLength": 160, + "minLength": 1, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "interpretation": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "limitations": { + "items": { + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "observationCount": { + "minimum": 0, + "type": "integer" + }, + "observationStrategy": { + "enum": [ + "stop_on_first_eligible_activity", + "not_applicable" + ], + "type": "string" + }, + "productionProjectable": { + "type": "boolean" + }, + "status": { + "enum": [ + "confirmed_observation", + "confirmed_clean", + "unconfirmed", + "not_attempted", + "unsupported", + "aborted" + ], + "type": "string" + }, + "termination": { + "additionalProperties": false, + "properties": { + "intentional": { + "type": "boolean" + }, + "kind": { + "enum": [ + "evidence_satisfied", + "window_elapsed", + "unavailable" + ], + "type": "string" + }, + "trigger": { + "enum": [ + "non_essential_request_observed", + "non_essential_storage_write_observed", + "acceptance_signal_contradiction_observed", + "window_elapsed", + "accept_control_not_observed", + "accept_path_timeout", + "accept_observation_window_truncated", + "worker_failed", + "unavailable" + ], + "type": "string" + } + }, + "required": [ + "kind", + "intentional", + "trigger" + ], + "type": "object" + }, + "verdict": { + "enum": [ + "eligible_nonessential_activity_observed_after_confirmed_acceptance", + "retained_consent_signal_contradiction_observed_after_confirmed_acceptance", + "no_eligible_nonessential_activity_observed_during_completed_window", + "no_confirmed_post_accept_verdict" + ], + "type": "string" + } + }, + "required": [ + "status", + "acceptanceExercised", + "observationCount", + "productionProjectable", + "evidenceDisposition", + "indeterminateReason", + "verdict", + "interpretation", + "observationStrategy", + "termination", + "completedAt", + "coverageLimitations", + "limitations" + ], + "type": "object" + }, + { + "type": "null" + } + ] + } + ] + }, + { + "type": "null" + } + ] +} - changed
Output schema / properties / postRefusalObservation / anyOfPrevious value: -[ - { - "anyOf": [ - { - "not": {} - }, - { - "anyOf": [ - { - "additionalProperties": false, - "properties": { - "completedAt": { - "type": [ - "string", - "null" - ] - }, - "coverageLimitations": { - "items": { - "type": "string" - }, - "maxItems": 24, - "type": "array" - }, - "interpretation": { - "maxLength": 500, - "minLength": 1, - "type": "string" - }, - "limitations": { - "items": { - "type": "string" - }, - "maxItems": 24, - "type": "array" - }, - "observationCount": { - "minimum": 0, - "type": "integer" - }, - "observationStrategy": { - "enum": [ - "stop_on_first_eligible_activity", - "not_applicable" - ], - "type": "string" - }, - "productionProjectable": { - "type": "boolean" - }, - "refusalExercised": { - "type": "boolean" - }, - "status": { - "enum": [ - "confirmed_observation", - "confirmed_clean", - "unconfirmed", - "not_attempted", - "unsupported", - "aborted" - ], - "type": "string" - }, - "termination": { - "additionalProperties": false, - "properties": { - "intentional": { - "type": "boolean" - }, - "kind": { - "enum": [ - "evidence_satisfied", - "window_elapsed", - "unavailable" - ], - "type": "string" - }, - "trigger": { - "enum": [ - "non_essential_request_observed", - "non_essential_storage_write_observed", - "refusal_signal_contradiction_observed", - "window_elapsed", - "reject_path_timeout", - "worker_failed", - "unavailable" - ], - "type": "string" - } - }, - "required": [ - "kind", - "intentional", - "trigger" - ], - "type": "object" - }, - "verdict": { - "enum": [ - "eligible_nonessential_activity_observed_after_confirmed_refusal", - "retained_consent_signal_contradiction_observed_after_confirmed_refusal", - "no_eligible_nonessential_activity_observed_during_completed_window", - "no_confirmed_post_refusal_verdict" - ], - "type": "string" - } - }, - "required": [ - "status", - "refusalExercised", - "observationCount", - "productionProjectable", - "verdict", - "interpretation", - "observationStrategy", - "termination", - "completedAt", - "coverageLimitations", - "limitations" - ], - "type": "object" - }, - { - "type": "null" - } - ] - } - ] - }, - { - "type": "null" - } -]New value: +[ + { + "anyOf": [ + { + "not": {} + }, + { + "anyOf": [ + { + "additionalProperties": false, + "properties": { + "completedAt": { + "type": [ + "string", + "null" + ] + }, + "coverageLimitations": { + "items": { + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "evidenceDisposition": { + "enum": [ + "confirmed", + "indeterminate" + ], + "type": "string" + }, + "indeterminateReason": { + "anyOf": [ + { + "maxLength": 160, + "minLength": 1, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "interpretation": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "limitations": { + "items": { + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "observationCount": { + "minimum": 0, + "type": "integer" + }, + "observationStrategy": { + "enum": [ + "stop_on_first_eligible_activity", + "not_applicable" + ], + "type": "string" + }, + "productionProjectable": { + "type": "boolean" + }, + "refusalExercised": { + "type": "boolean" + }, + "status": { + "enum": [ + "confirmed_observation", + "confirmed_clean", + "unconfirmed", + "not_attempted", + "unsupported", + "aborted" + ], + "type": "string" + }, + "termination": { + "additionalProperties": false, + "properties": { + "intentional": { + "type": "boolean" + }, + "kind": { + "enum": [ + "evidence_satisfied", + "window_elapsed", + "unavailable" + ], + "type": "string" + }, + "trigger": { + "enum": [ + "non_essential_request_observed", + "non_essential_storage_write_observed", + "refusal_signal_contradiction_observed", + "window_elapsed", + "reject_path_timeout", + "worker_failed", + "unavailable" + ], + "type": "string" + } + }, + "required": [ + "kind", + "intentional", + "trigger" + ], + "type": "object" + }, + "verdict": { + "enum": [ + "eligible_nonessential_activity_observed_after_confirmed_refusal", + "retained_consent_signal_contradiction_observed_after_confirmed_refusal", + "no_eligible_nonessential_activity_observed_during_completed_window", + "no_confirmed_post_refusal_verdict" + ], + "type": "string" + } + }, + "required": [ + "status", + "refusalExercised", + "observationCount", + "productionProjectable", + "evidenceDisposition", + "indeterminateReason", + "verdict", + "interpretation", + "observationStrategy", + "termination", + "completedAt", + "coverageLimitations", + "limitations" + ], + "type": "object" + }, + { + "type": "null" + } + ] + } + ] + }, + { + "type": "null" + } +]
- Changed
certscore_get_scan_status3 fields changed- added
Output schema / properties / gpcResponseAdded value: +{ + "anyOf": [ + { + "anyOf": [ + { + "not": {} + }, + { + "anyOf": [ + { + "additionalProperties": false, + "properties": { + "californiaPolicy": { + "additionalProperties": false, + "properties": { + "applied": { + "type": "boolean" + }, + "deductionPoints": { + "enum": [ + 0, + 15 + ], + "type": "number" + } + }, + "required": [ + "applied", + "deductionPoints" + ], + "type": "object" + }, + "comparison": { + "additionalProperties": false, + "properties": { + "baselineArtifact": { + "additionalProperties": false, + "properties": { + "lane": { + "const": "runtime_evidence", + "type": "string" + }, + "sha256": { + "pattern": "^[a-f0-9]{64}$", + "type": "string" + }, + "sizeBytes": { + "minimum": 0, + "type": "integer" + } + }, + "required": [ + "lane", + "sha256", + "sizeBytes" + ], + "type": "object" + }, + "comparable": { + "type": "boolean" + }, + "deltas": { + "additionalProperties": false, + "properties": { + "advertisingOrMeasurementActivity": { + "$ref": "#/properties/gpcResponse/anyOf/0/anyOf/1/anyOf/0/properties/comparison/properties/deltas/properties/cookies" + }, + "consentOrCmpBehavior": { + "$ref": "#/properties/gpcResponse/anyOf/0/anyOf/1/anyOf/0/properties/comparison/properties/deltas/properties/cookies" + }, + "cookies": { + "additionalProperties": false, + "properties": { + "baselineCount": { + "minimum": 0, + "type": "integer" + }, + "baselineOnly": { + "items": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "type": "array" + }, + "countDelta": { + "type": "integer" + }, + "gpcCount": { + "minimum": 0, + "type": "integer" + }, + "gpcOnly": { + "items": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "type": "array" + }, + "shared": { + "items": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "type": "array" + } + }, + "required": [ + "baselineCount", + "gpcCount", + "countDelta", + "baselineOnly", + "gpcOnly", + "shared" + ], + "type": "object" + }, + "trackers": { + "$ref": "#/properties/gpcResponse/anyOf/0/anyOf/1/anyOf/0/properties/comparison/properties/deltas/properties/cookies" + } + }, + "required": [ + "cookies", + "trackers", + "advertisingOrMeasurementActivity", + "consentOrCmpBehavior" + ], + "type": "object" + }, + "enabledProof": { + "additionalProperties": false, + "properties": { + "navigatorGlobalPrivacyControl": { + "const": true, + "type": "boolean" + }, + "requestEventIds": { + "items": { + "maxLength": 160, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "type": "array" + }, + "requestsWithSecGpc": { + "minimum": 0, + "type": "integer" + }, + "secGpcHeaderValue": { + "const": "1", + "type": "string" + } + }, + "required": [ + "secGpcHeaderValue", + "requestsWithSecGpc", + "requestEventIds", + "navigatorGlobalPrivacyControl" + ], + "type": "object" + }, + "gpcArtifact": { + "additionalProperties": false, + "properties": { + "lane": { + "const": "gpc_observation", + "type": "string" + }, + "sha256": { + "pattern": "^[a-f0-9]{64}$", + "type": "string" + }, + "sizeBytes": { + "minimum": 0, + "type": "integer" + } + }, + "required": [ + "lane", + "sha256", + "sizeBytes" + ], + "type": "object" + }, + "limitationKeys": { + "items": { + "maxLength": 160, + "minLength": 1, + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "protocol": { + "const": "passive_baseline_with_sec_gpc", + "type": "string" + } + }, + "required": [ + "comparable", + "protocol", + "baselineArtifact", + "gpcArtifact", + "enabledProof", + "deltas", + "limitationKeys" + ], + "type": "object" + }, + "evidenceUrl": { + "format": "uri", + "type": "string" + }, + "findingTitle": { + "enum": [ + "GPC response", + "No observable GPC response" + ], + "type": "string" + }, + "legalInterpretation": { + "const": "not_assessed", + "type": "string" + }, + "scoreEffect": { + "const": "none", + "type": "string" + }, + "status": { + "enum": [ + "responsive", + "no_observable_response", + "indeterminate" + ], + "type": "string" + }, + "summary": { + "maxLength": 2000, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "status", + "findingTitle", + "summary", + "scoreEffect", + "legalInterpretation", + "comparison", + "californiaPolicy", + "evidenceUrl" + ], + "type": "object" + }, + { + "type": "null" + } + ] + } + ] + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / postAcceptObservationAdded value: +{ + "anyOf": [ + { + "anyOf": [ + { + "not": {} + }, + { + "anyOf": [ + { + "additionalProperties": false, + "properties": { + "acceptanceExercised": { + "type": "boolean" + }, + "completedAt": { + "type": [ + "string", + "null" + ] + }, + "coverageLimitations": { + "items": { + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "evidenceDisposition": { + "enum": [ + "confirmed", + "indeterminate" + ], + "type": "string" + }, + "indeterminateReason": { + "anyOf": [ + { + "maxLength": 160, + "minLength": 1, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "interpretation": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "limitations": { + "items": { + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "observationCount": { + "minimum": 0, + "type": "integer" + }, + "observationStrategy": { + "enum": [ + "stop_on_first_eligible_activity", + "not_applicable" + ], + "type": "string" + }, + "productionProjectable": { + "type": "boolean" + }, + "status": { + "enum": [ + "confirmed_observation", + "confirmed_clean", + "unconfirmed", + "not_attempted", + "unsupported", + "aborted" + ], + "type": "string" + }, + "termination": { + "additionalProperties": false, + "properties": { + "intentional": { + "type": "boolean" + }, + "kind": { + "enum": [ + "evidence_satisfied", + "window_elapsed", + "unavailable" + ], + "type": "string" + }, + "trigger": { + "enum": [ + "non_essential_request_observed", + "non_essential_storage_write_observed", + "acceptance_signal_contradiction_observed", + "window_elapsed", + "accept_control_not_observed", + "accept_path_timeout", + "accept_observation_window_truncated", + "worker_failed", + "unavailable" + ], + "type": "string" + } + }, + "required": [ + "kind", + "intentional", + "trigger" + ], + "type": "object" + }, + "verdict": { + "enum": [ + "eligible_nonessential_activity_observed_after_confirmed_acceptance", + "retained_consent_signal_contradiction_observed_after_confirmed_acceptance", + "no_eligible_nonessential_activity_observed_during_completed_window", + "no_confirmed_post_accept_verdict" + ], + "type": "string" + } + }, + "required": [ + "status", + "acceptanceExercised", + "observationCount", + "productionProjectable", + "evidenceDisposition", + "indeterminateReason", + "verdict", + "interpretation", + "observationStrategy", + "termination", + "completedAt", + "coverageLimitations", + "limitations" + ], + "type": "object" + }, + { + "type": "null" + } + ] + } + ] + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / postRefusalObservationAdded value: +{ + "anyOf": [ + { + "anyOf": [ + { + "not": {} + }, + { + "anyOf": [ + { + "additionalProperties": false, + "properties": { + "completedAt": { + "type": [ + "string", + "null" + ] + }, + "coverageLimitations": { + "items": { + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "evidenceDisposition": { + "enum": [ + "confirmed", + "indeterminate" + ], + "type": "string" + }, + "indeterminateReason": { + "anyOf": [ + { + "maxLength": 160, + "minLength": 1, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "interpretation": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "limitations": { + "items": { + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "observationCount": { + "minimum": 0, + "type": "integer" + }, + "observationStrategy": { + "enum": [ + "stop_on_first_eligible_activity", + "not_applicable" + ], + "type": "string" + }, + "productionProjectable": { + "type": "boolean" + }, + "refusalExercised": { + "type": "boolean" + }, + "status": { + "enum": [ + "confirmed_observation", + "confirmed_clean", + "unconfirmed", + "not_attempted", + "unsupported", + "aborted" + ], + "type": "string" + }, + "termination": { + "additionalProperties": false, + "properties": { + "intentional": { + "type": "boolean" + }, + "kind": { + "enum": [ + "evidence_satisfied", + "window_elapsed", + "unavailable" + ], + "type": "string" + }, + "trigger": { + "enum": [ + "non_essential_request_observed", + "non_essential_storage_write_observed", + "refusal_signal_contradiction_observed", + "window_elapsed", + "reject_path_timeout", + "worker_failed", + "unavailable" + ], + "type": "string" + } + }, + "required": [ + "kind", + "intentional", + "trigger" + ], + "type": "object" + }, + "verdict": { + "enum": [ + "eligible_nonessential_activity_observed_after_confirmed_refusal", + "retained_consent_signal_contradiction_observed_after_confirmed_refusal", + "no_eligible_nonessential_activity_observed_during_completed_window", + "no_confirmed_post_refusal_verdict" + ], + "type": "string" + } + }, + "required": [ + "status", + "refusalExercised", + "observationCount", + "productionProjectable", + "evidenceDisposition", + "indeterminateReason", + "verdict", + "interpretation", + "observationStrategy", + "termination", + "completedAt", + "coverageLimitations", + "limitations" + ], + "type": "object" + }, + { + "type": "null" + } + ] + } + ] + }, + { + "type": "null" + } + ] +}
- Changed
certscore_scan_site3 fields changed- added
Output schema / properties / gpcResponseAdded value: +{ + "anyOf": [ + { + "anyOf": [ + { + "not": {} + }, + { + "anyOf": [ + { + "additionalProperties": false, + "properties": { + "californiaPolicy": { + "additionalProperties": false, + "properties": { + "applied": { + "type": "boolean" + }, + "deductionPoints": { + "enum": [ + 0, + 15 + ], + "type": "number" + } + }, + "required": [ + "applied", + "deductionPoints" + ], + "type": "object" + }, + "comparison": { + "additionalProperties": false, + "properties": { + "baselineArtifact": { + "additionalProperties": false, + "properties": { + "lane": { + "const": "runtime_evidence", + "type": "string" + }, + "sha256": { + "pattern": "^[a-f0-9]{64}$", + "type": "string" + }, + "sizeBytes": { + "minimum": 0, + "type": "integer" + } + }, + "required": [ + "lane", + "sha256", + "sizeBytes" + ], + "type": "object" + }, + "comparable": { + "type": "boolean" + }, + "deltas": { + "additionalProperties": false, + "properties": { + "advertisingOrMeasurementActivity": { + "$ref": "#/properties/gpcResponse/anyOf/0/anyOf/1/anyOf/0/properties/comparison/properties/deltas/properties/cookies" + }, + "consentOrCmpBehavior": { + "$ref": "#/properties/gpcResponse/anyOf/0/anyOf/1/anyOf/0/properties/comparison/properties/deltas/properties/cookies" + }, + "cookies": { + "additionalProperties": false, + "properties": { + "baselineCount": { + "minimum": 0, + "type": "integer" + }, + "baselineOnly": { + "items": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "type": "array" + }, + "countDelta": { + "type": "integer" + }, + "gpcCount": { + "minimum": 0, + "type": "integer" + }, + "gpcOnly": { + "items": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "type": "array" + }, + "shared": { + "items": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "type": "array" + } + }, + "required": [ + "baselineCount", + "gpcCount", + "countDelta", + "baselineOnly", + "gpcOnly", + "shared" + ], + "type": "object" + }, + "trackers": { + "$ref": "#/properties/gpcResponse/anyOf/0/anyOf/1/anyOf/0/properties/comparison/properties/deltas/properties/cookies" + } + }, + "required": [ + "cookies", + "trackers", + "advertisingOrMeasurementActivity", + "consentOrCmpBehavior" + ], + "type": "object" + }, + "enabledProof": { + "additionalProperties": false, + "properties": { + "navigatorGlobalPrivacyControl": { + "const": true, + "type": "boolean" + }, + "requestEventIds": { + "items": { + "maxLength": 160, + "minLength": 1, + "type": "string" + }, + "maxItems": 100, + "type": "array" + }, + "requestsWithSecGpc": { + "minimum": 0, + "type": "integer" + }, + "secGpcHeaderValue": { + "const": "1", + "type": "string" + } + }, + "required": [ + "secGpcHeaderValue", + "requestsWithSecGpc", + "requestEventIds", + "navigatorGlobalPrivacyControl" + ], + "type": "object" + }, + "gpcArtifact": { + "additionalProperties": false, + "properties": { + "lane": { + "const": "gpc_observation", + "type": "string" + }, + "sha256": { + "pattern": "^[a-f0-9]{64}$", + "type": "string" + }, + "sizeBytes": { + "minimum": 0, + "type": "integer" + } + }, + "required": [ + "lane", + "sha256", + "sizeBytes" + ], + "type": "object" + }, + "limitationKeys": { + "items": { + "maxLength": 160, + "minLength": 1, + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "protocol": { + "const": "passive_baseline_with_sec_gpc", + "type": "string" + } + }, + "required": [ + "comparable", + "protocol", + "baselineArtifact", + "gpcArtifact", + "enabledProof", + "deltas", + "limitationKeys" + ], + "type": "object" + }, + "evidenceUrl": { + "format": "uri", + "type": "string" + }, + "findingTitle": { + "enum": [ + "GPC response", + "No observable GPC response" + ], + "type": "string" + }, + "legalInterpretation": { + "const": "not_assessed", + "type": "string" + }, + "scoreEffect": { + "const": "none", + "type": "string" + }, + "status": { + "enum": [ + "responsive", + "no_observable_response", + "indeterminate" + ], + "type": "string" + }, + "summary": { + "maxLength": 2000, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "status", + "findingTitle", + "summary", + "scoreEffect", + "legalInterpretation", + "comparison", + "californiaPolicy", + "evidenceUrl" + ], + "type": "object" + }, + { + "type": "null" + } + ] + } + ] + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / postAcceptObservationAdded value: +{ + "anyOf": [ + { + "anyOf": [ + { + "not": {} + }, + { + "anyOf": [ + { + "additionalProperties": false, + "properties": { + "acceptanceExercised": { + "type": "boolean" + }, + "completedAt": { + "type": [ + "string", + "null" + ] + }, + "coverageLimitations": { + "items": { + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "evidenceDisposition": { + "enum": [ + "confirmed", + "indeterminate" + ], + "type": "string" + }, + "indeterminateReason": { + "anyOf": [ + { + "maxLength": 160, + "minLength": 1, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "interpretation": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "limitations": { + "items": { + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "observationCount": { + "minimum": 0, + "type": "integer" + }, + "observationStrategy": { + "enum": [ + "stop_on_first_eligible_activity", + "not_applicable" + ], + "type": "string" + }, + "productionProjectable": { + "type": "boolean" + }, + "status": { + "enum": [ + "confirmed_observation", + "confirmed_clean", + "unconfirmed", + "not_attempted", + "unsupported", + "aborted" + ], + "type": "string" + }, + "termination": { + "additionalProperties": false, + "properties": { + "intentional": { + "type": "boolean" + }, + "kind": { + "enum": [ + "evidence_satisfied", + "window_elapsed", + "unavailable" + ], + "type": "string" + }, + "trigger": { + "enum": [ + "non_essential_request_observed", + "non_essential_storage_write_observed", + "acceptance_signal_contradiction_observed", + "window_elapsed", + "accept_control_not_observed", + "accept_path_timeout", + "accept_observation_window_truncated", + "worker_failed", + "unavailable" + ], + "type": "string" + } + }, + "required": [ + "kind", + "intentional", + "trigger" + ], + "type": "object" + }, + "verdict": { + "enum": [ + "eligible_nonessential_activity_observed_after_confirmed_acceptance", + "retained_consent_signal_contradiction_observed_after_confirmed_acceptance", + "no_eligible_nonessential_activity_observed_during_completed_window", + "no_confirmed_post_accept_verdict" + ], + "type": "string" + } + }, + "required": [ + "status", + "acceptanceExercised", + "observationCount", + "productionProjectable", + "evidenceDisposition", + "indeterminateReason", + "verdict", + "interpretation", + "observationStrategy", + "termination", + "completedAt", + "coverageLimitations", + "limitations" + ], + "type": "object" + }, + { + "type": "null" + } + ] + } + ] + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / postRefusalObservationAdded value: +{ + "anyOf": [ + { + "anyOf": [ + { + "not": {} + }, + { + "anyOf": [ + { + "additionalProperties": false, + "properties": { + "completedAt": { + "type": [ + "string", + "null" + ] + }, + "coverageLimitations": { + "items": { + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "evidenceDisposition": { + "enum": [ + "confirmed", + "indeterminate" + ], + "type": "string" + }, + "indeterminateReason": { + "anyOf": [ + { + "maxLength": 160, + "minLength": 1, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "interpretation": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "limitations": { + "items": { + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "observationCount": { + "minimum": 0, + "type": "integer" + }, + "observationStrategy": { + "enum": [ + "stop_on_first_eligible_activity", + "not_applicable" + ], + "type": "string" + }, + "productionProjectable": { + "type": "boolean" + }, + "refusalExercised": { + "type": "boolean" + }, + "status": { + "enum": [ + "confirmed_observation", + "confirmed_clean", + "unconfirmed", + "not_attempted", + "unsupported", + "aborted" + ], + "type": "string" + }, + "termination": { + "additionalProperties": false, + "properties": { + "intentional": { + "type": "boolean" + }, + "kind": { + "enum": [ + "evidence_satisfied", + "window_elapsed", + "unavailable" + ], + "type": "string" + }, + "trigger": { + "enum": [ + "non_essential_request_observed", + "non_essential_storage_write_observed", + "refusal_signal_contradiction_observed", + "window_elapsed", + "reject_path_timeout", + "worker_failed", + "unavailable" + ], + "type": "string" + } + }, + "required": [ + "kind", + "intentional", + "trigger" + ], + "type": "object" + }, + "verdict": { + "enum": [ + "eligible_nonessential_activity_observed_after_confirmed_refusal", + "retained_consent_signal_contradiction_observed_after_confirmed_refusal", + "no_eligible_nonessential_activity_observed_during_completed_window", + "no_confirmed_post_refusal_verdict" + ], + "type": "string" + } + }, + "required": [ + "status", + "refusalExercised", + "observationCount", + "productionProjectable", + "evidenceDisposition", + "indeterminateReason", + "verdict", + "interpretation", + "observationStrategy", + "termination", + "completedAt", + "coverageLimitations", + "limitations" + ], + "type": "object" + }, + { + "type": "null" + } + ] + } + ] + }, + { + "type": "null" + } + ] +}
1 tool update
- Changed
certscore_scan_site2 fields changed- changed
Input schema / properties / freshness / descriptionPrevious value: -"Prefer latest for ordinary website checks so an eligible recent completed scan can be reused and new-scan allowance is not consumed unnecessarily; CertScore may still start a scan when no suitable result exists. Use refresh only when the user explicitly requests a fresh, new, or repeated scan; ordinary check, scan, audit, inspect, review, or assess wording alone does not request refresh."New value: +"Scan freshness policy. latest allows eligible recent completed-result reuse when available; refresh requests a new scan. Defaults to latest." - changed
Input schema / properties / scanFrom / descriptionPrevious value: -"Optional execution region for a newly queued scan. Omit when the user did not request a jurisdiction or regional perspective; use eu_de or eu_ie for explicit EU/GDPR/ePrivacy requests and california for explicit California/CCPA/CPRA requests. Do not use multiple regions unless comparison is requested, and do not infer EU from consent or California from a U.S. user location."New value: +"Optional execution region for a newly queued scan: eu_de, eu_ie, california, or the service default when omitted."
3 tool updates
- Changed
certscore_get_scan_bundle2 fields changed- added
Output schema / properties / preConsentCookiesTrackers / properties / summary / properties / trackerCategoryCountsAdded value: +{ + "additionalProperties": false, + "properties": { + "advertising": { + "minimum": 0, + "type": "integer" + }, + "analytics": { + "minimum": 0, + "type": "integer" + }, + "essential": { + "minimum": 0, + "type": "integer" + }, + "functional": { + "minimum": 0, + "type": "integer" + }, + "review": { + "minimum": 0, + "type": "integer" + } + }, + "required": [ + "advertising", + "analytics", + "essential", + "functional", + "review" + ], + "type": "object" +} - added
Output schema / properties / preConsentCookiesTrackers / properties / summary / properties / trackerCountScopeAdded value: +{ + "const": "canonical_inventory_rows_including_operational", + "type": "string" +}
- Changed
certscore_get_scan_status1 field changed- added
Output schema / properties / preConsentPreviewAdded value: +{ + "additionalProperties": false, + "properties": { + "cookies": { + "items": { + "additionalProperties": false, + "properties": { + "domain": { + "anyOf": [ + { + "maxLength": 253, + "minLength": 1, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "essentiality": { + "enum": [ + "essential", + "non_essential", + "unknown" + ], + "type": "string" + }, + "name": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "observedAtMs": { + "anyOf": [ + { + "minimum": 0, + "type": "integer" + }, + { + "type": "null" + } + ] + }, + "party": { + "enum": [ + "first_party", + "third_party", + "unknown" + ], + "type": "string" + }, + "purpose": { + "enum": [ + "analytics", + "advertising", + "marketing", + "personalization", + "session_replay", + "consent_management", + "tag_management", + "infrastructure", + "security", + "performance_monitoring", + "customer_support", + "unknown" + ], + "type": "string" + } + }, + "required": [ + "name", + "domain", + "party", + "purpose", + "essentiality", + "observedAtMs" + ], + "type": "object" + }, + "maxItems": 20, + "type": "array" + }, + "final": { + "const": false, + "type": "boolean" + }, + "generatedAt": { + "format": "date-time", + "type": "string" + }, + "mustContinuePolling": { + "const": true, + "type": "boolean" + }, + "observationOnlyDisclaimer": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "operationalVendors": { + "items": { + "additionalProperties": false, + "properties": { + "confidence": { + "maximum": 1, + "minimum": 0, + "type": "number" + }, + "domains": { + "items": { + "maxLength": 253, + "minLength": 1, + "type": "string" + }, + "maxItems": 8, + "type": "array" + }, + "product": { + "anyOf": [ + { + "maxLength": 160, + "minLength": 1, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "purpose": { + "enum": [ + "analytics", + "advertising", + "marketing", + "personalization", + "session_replay", + "consent_management", + "tag_management", + "infrastructure", + "security", + "performance_monitoring", + "customer_support", + "unknown" + ], + "type": "string" + }, + "vendor": { + "maxLength": 160, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "vendor", + "product", + "purpose", + "confidence", + "domains" + ], + "type": "object" + }, + "maxItems": 20, + "type": "array" + }, + "resultStage": { + "const": "preliminary", + "type": "string" + }, + "runtimeCoverage": { + "additionalProperties": false, + "properties": { + "limitationKeys": { + "items": { + "maxLength": 120, + "minLength": 1, + "type": "string" + }, + "maxItems": 16, + "type": "array" + }, + "status": { + "enum": [ + "usable", + "limited_partial", + "limited_none", + "not_applicable" + ], + "type": "string" + } + }, + "required": [ + "status", + "limitationKeys" + ], + "type": "object" + }, + "sourceLane": { + "const": "runtime_evidence", + "type": "string" + }, + "summary": { + "additionalProperties": false, + "properties": { + "cookieCount": { + "minimum": 0, + "type": "integer" + }, + "operationalVendorCount": { + "minimum": 0, + "type": "integer" + }, + "returnedCookieCount": { + "minimum": 0, + "type": "integer" + }, + "returnedOperationalVendorCount": { + "minimum": 0, + "type": "integer" + }, + "returnedTrackingVendorCount": { + "minimum": 0, + "type": "integer" + }, + "thirdPartyRequestCount": { + "minimum": 0, + "type": "integer" + }, + "trackerCount": { + "minimum": 0, + "type": "integer" + }, + "trackingVendorCount": { + "minimum": 0, + "type": "integer" + }, + "vendorCount": { + "minimum": 0, + "type": "integer" + } + }, + "required": [ + "cookieCount", + "trackerCount", + "thirdPartyRequestCount", + "vendorCount" + ], + "type": "object" + }, + "trackers": { + "items": { + "additionalProperties": false, + "properties": { + "confidence": { + "maximum": 1, + "minimum": 0, + "type": "number" + }, + "domains": { + "items": { + "maxLength": 253, + "minLength": 1, + "type": "string" + }, + "maxItems": 8, + "type": "array" + }, + "product": { + "anyOf": [ + { + "maxLength": 160, + "minLength": 1, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "purpose": { + "enum": [ + "analytics", + "advertising", + "marketing", + "personalization", + "session_replay", + "consent_management", + "tag_management", + "infrastructure", + "security", + "performance_monitoring", + "customer_support", + "unknown" + ], + "type": "string" + }, + "vendor": { + "maxLength": 160, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "vendor", + "product", + "purpose", + "confidence", + "domains" + ], + "type": "object" + }, + "maxItems": 20, + "type": "array" + }, + "truncated": { + "additionalProperties": false, + "properties": { + "cookies": { + "type": "boolean" + }, + "operationalVendors": { + "type": "boolean" + }, + "trackers": { + "type": "boolean" + } + }, + "required": [ + "cookies", + "trackers" + ], + "type": "object" + }, + "type": { + "const": "certscore_pre_consent_preview", + "type": "string" + } + }, + "required": [ + "type", + "resultStage", + "final", + "sourceLane", + "generatedAt", + "runtimeCoverage", + "summary", + "cookies", + "trackers", + "truncated", + "mustContinuePolling", + "observationOnlyDisclaimer" + ], + "type": "object" +}
- Changed
certscore_scan_site3 fields changed- changed
Input schema / properties / maxWaitSeconds / descriptionPrevious value: -"Deprecated compatibility field; accepted but ignored because certscore_scan_site does not wait for scan completion."New value: +"Deprecated compatibility field; accepted but ignored. The bounded preliminary-preview wait is controlled by CertScore and never waits for scan completion." - changed
Input schema / properties / waitForCompletion / descriptionPrevious value: -"Deprecated compatibility field; accepted but ignored. certscore_scan_site always returns promptly after completed-result reuse or scan creation and never waits for a new scan to finish."New value: +"Deprecated 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." - added
Output schema / properties / preConsentPreviewAdded value: +{ + "additionalProperties": false, + "properties": { + "cookies": { + "items": { + "additionalProperties": false, + "properties": { + "domain": { + "anyOf": [ + { + "maxLength": 253, + "minLength": 1, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "essentiality": { + "enum": [ + "essential", + "non_essential", + "unknown" + ], + "type": "string" + }, + "name": { + "maxLength": 256, + "minLength": 1, + "type": "string" + }, + "observedAtMs": { + "anyOf": [ + { + "minimum": 0, + "type": "integer" + }, + { + "type": "null" + } + ] + }, + "party": { + "enum": [ + "first_party", + "third_party", + "unknown" + ], + "type": "string" + }, + "purpose": { + "enum": [ + "analytics", + "advertising", + "marketing", + "personalization", + "session_replay", + "consent_management", + "tag_management", + "infrastructure", + "security", + "performance_monitoring", + "customer_support", + "unknown" + ], + "type": "string" + } + }, + "required": [ + "name", + "domain", + "party", + "purpose", + "essentiality", + "observedAtMs" + ], + "type": "object" + }, + "maxItems": 20, + "type": "array" + }, + "final": { + "const": false, + "type": "boolean" + }, + "generatedAt": { + "format": "date-time", + "type": "string" + }, + "mustContinuePolling": { + "const": true, + "type": "boolean" + }, + "observationOnlyDisclaimer": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "operationalVendors": { + "items": { + "additionalProperties": false, + "properties": { + "confidence": { + "maximum": 1, + "minimum": 0, + "type": "number" + }, + "domains": { + "items": { + "maxLength": 253, + "minLength": 1, + "type": "string" + }, + "maxItems": 8, + "type": "array" + }, + "product": { + "anyOf": [ + { + "maxLength": 160, + "minLength": 1, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "purpose": { + "enum": [ + "analytics", + "advertising", + "marketing", + "personalization", + "session_replay", + "consent_management", + "tag_management", + "infrastructure", + "security", + "performance_monitoring", + "customer_support", + "unknown" + ], + "type": "string" + }, + "vendor": { + "maxLength": 160, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "vendor", + "product", + "purpose", + "confidence", + "domains" + ], + "type": "object" + }, + "maxItems": 20, + "type": "array" + }, + "resultStage": { + "const": "preliminary", + "type": "string" + }, + "runtimeCoverage": { + "additionalProperties": false, + "properties": { + "limitationKeys": { + "items": { + "maxLength": 120, + "minLength": 1, + "type": "string" + }, + "maxItems": 16, + "type": "array" + }, + "status": { + "enum": [ + "usable", + "limited_partial", + "limited_none", + "not_applicable" + ], + "type": "string" + } + }, + "required": [ + "status", + "limitationKeys" + ], + "type": "object" + }, + "sourceLane": { + "const": "runtime_evidence", + "type": "string" + }, + "summary": { + "additionalProperties": false, + "properties": { + "cookieCount": { + "minimum": 0, + "type": "integer" + }, + "operationalVendorCount": { + "minimum": 0, + "type": "integer" + }, + "returnedCookieCount": { + "minimum": 0, + "type": "integer" + }, + "returnedOperationalVendorCount": { + "minimum": 0, + "type": "integer" + }, + "returnedTrackingVendorCount": { + "minimum": 0, + "type": "integer" + }, + "thirdPartyRequestCount": { + "minimum": 0, + "type": "integer" + }, + "trackerCount": { + "minimum": 0, + "type": "integer" + }, + "trackingVendorCount": { + "minimum": 0, + "type": "integer" + }, + "vendorCount": { + "minimum": 0, + "type": "integer" + } + }, + "required": [ + "cookieCount", + "trackerCount", + "thirdPartyRequestCount", + "vendorCount" + ], + "type": "object" + }, + "trackers": { + "items": { + "additionalProperties": false, + "properties": { + "confidence": { + "maximum": 1, + "minimum": 0, + "type": "number" + }, + "domains": { + "items": { + "maxLength": 253, + "minLength": 1, + "type": "string" + }, + "maxItems": 8, + "type": "array" + }, + "product": { + "anyOf": [ + { + "maxLength": 160, + "minLength": 1, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "purpose": { + "enum": [ + "analytics", + "advertising", + "marketing", + "personalization", + "session_replay", + "consent_management", + "tag_management", + "infrastructure", + "security", + "performance_monitoring", + "customer_support", + "unknown" + ], + "type": "string" + }, + "vendor": { + "maxLength": 160, + "minLength": 1, + "type": "string" + } + }, + "required": [ + "vendor", + "product", + "purpose", + "confidence", + "domains" + ], + "type": "object" + }, + "maxItems": 20, + "type": "array" + }, + "truncated": { + "additionalProperties": false, + "properties": { + "cookies": { + "type": "boolean" + }, + "operationalVendors": { + "type": "boolean" + }, + "trackers": { + "type": "boolean" + } + }, + "required": [ + "cookies", + "trackers" + ], + "type": "object" + }, + "type": { + "const": "certscore_pre_consent_preview", + "type": "string" + } + }, + "required": [ + "type", + "resultStage", + "final", + "sourceLane", + "generatedAt", + "runtimeCoverage", + "summary", + "cookies", + "trackers", + "truncated", + "mustContinuePolling", + "observationOnlyDisclaimer" + ], + "type": "object" +}
1 tool update
- Changed
certscore_scan_site2 fields changed- changed
Input schema / properties / maxWaitSeconds / descriptionPrevious value: -"Total wall-clock budget for scan creation plus optional completion waiting. Defaults to 25 seconds. Creation time is deducted from polling; budget exhaustion returns the accepted active scan and stable scanId without an error."New value: +"Deprecated compatibility field; accepted but ignored because certscore_scan_site does not wait for scan completion." - changed
Input schema / properties / waitForCompletion / descriptionPrevious value: -"Wait for a completed scan resource within this tool call's wall-clock budget. Defaults to true. Set false only for an explicitly asynchronous workflow."New value: +"Deprecated compatibility field; accepted but ignored. certscore_scan_site always returns promptly after completed-result reuse or scan creation and never waits for a new scan to finish."
1 tool update
- Changed
certscore_get_scan_bundle1 field changed- changed
Output schema / properties / postRefusalObservation / anyOfPrevious value: -[ - { - "anyOf": [ - { - "not": {} - }, - { - "anyOf": [ - { - "additionalProperties": false, - "properties": { - "completedAt": { - "type": [ - "string", - "null" - ] - }, - "limitations": { - "items": { - "type": "string" - }, - "maxItems": 24, - "type": "array" - }, - "observationCount": { - "minimum": 0, - "type": "integer" - }, - "productionProjectable": { - "type": "boolean" - }, - "refusalExercised": { - "type": "boolean" - }, - "status": { - "enum": [ - "confirmed_observation", - "confirmed_clean", - "unconfirmed", - "not_attempted", - "unsupported", - "aborted" - ], - "type": "string" - } - }, - "required": [ - "status", - "refusalExercised", - "observationCount", - "productionProjectable", - "completedAt", - "limitations" - ], - "type": "object" - }, - { - "type": "null" - } - ] - } - ] - }, - { - "type": "null" - } -]New value: +[ + { + "anyOf": [ + { + "not": {} + }, + { + "anyOf": [ + { + "additionalProperties": false, + "properties": { + "completedAt": { + "type": [ + "string", + "null" + ] + }, + "coverageLimitations": { + "items": { + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "interpretation": { + "maxLength": 500, + "minLength": 1, + "type": "string" + }, + "limitations": { + "items": { + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "observationCount": { + "minimum": 0, + "type": "integer" + }, + "observationStrategy": { + "enum": [ + "stop_on_first_eligible_activity", + "not_applicable" + ], + "type": "string" + }, + "productionProjectable": { + "type": "boolean" + }, + "refusalExercised": { + "type": "boolean" + }, + "status": { + "enum": [ + "confirmed_observation", + "confirmed_clean", + "unconfirmed", + "not_attempted", + "unsupported", + "aborted" + ], + "type": "string" + }, + "termination": { + "additionalProperties": false, + "properties": { + "intentional": { + "type": "boolean" + }, + "kind": { + "enum": [ + "evidence_satisfied", + "window_elapsed", + "unavailable" + ], + "type": "string" + }, + "trigger": { + "enum": [ + "non_essential_request_observed", + "non_essential_storage_write_observed", + "refusal_signal_contradiction_observed", + "window_elapsed", + "reject_path_timeout", + "worker_failed", + "unavailable" + ], + "type": "string" + } + }, + "required": [ + "kind", + "intentional", + "trigger" + ], + "type": "object" + }, + "verdict": { + "enum": [ + "eligible_nonessential_activity_observed_after_confirmed_refusal", + "retained_consent_signal_contradiction_observed_after_confirmed_refusal", + "no_eligible_nonessential_activity_observed_during_completed_window", + "no_confirmed_post_refusal_verdict" + ], + "type": "string" + } + }, + "required": [ + "status", + "refusalExercised", + "observationCount", + "productionProjectable", + "verdict", + "interpretation", + "observationStrategy", + "termination", + "completedAt", + "coverageLimitations", + "limitations" + ], + "type": "object" + }, + { + "type": "null" + } + ] + } + ] + }, + { + "type": "null" + } +]
1 tool update
- Changed
certscore_get_scan_bundle1 field changed- added
Output schema / properties / postRefusalObservationAdded value: +{ + "anyOf": [ + { + "anyOf": [ + { + "not": {} + }, + { + "anyOf": [ + { + "additionalProperties": false, + "properties": { + "completedAt": { + "type": [ + "string", + "null" + ] + }, + "limitations": { + "items": { + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "observationCount": { + "minimum": 0, + "type": "integer" + }, + "productionProjectable": { + "type": "boolean" + }, + "refusalExercised": { + "type": "boolean" + }, + "status": { + "enum": [ + "confirmed_observation", + "confirmed_clean", + "unconfirmed", + "not_attempted", + "unsupported", + "aborted" + ], + "type": "string" + } + }, + "required": [ + "status", + "refusalExercised", + "observationCount", + "productionProjectable", + "completedAt", + "limitations" + ], + "type": "object" + }, + { + "type": "null" + } + ] + } + ] + }, + { + "type": "null" + } + ] +}
1 tool update
- Changed
certscore_get_scan_bundle3 fields changed- added
Output schema / properties / mcpMetadata / properties / canonicalFindingsCompleteAdded value: +{ + "type": "boolean" +} - changed
Output schema / properties / mcpMetadata / requiredPrevious value: -[ - "detail", - "heavyEvidenceIncluded", - "findingsTruncated", - "requestedMaxBytes", - "effectiveMaxBytes", - "responseCeilingBytes", - "responseBudgetClamped", - "actualBytes", - "fullPayloadBytes", - "truncated", - "truncationReason", - "omittedSections", - "deduplicatedSections", - "nextRecommendedMaxBytes", - "omittedContentAvailableViaUrl", - "contentUrls" -]New value: +[ + "detail", + "heavyEvidenceIncluded", + "findingsTruncated", + "requestedMaxBytes", + "effectiveMaxBytes", + "responseCeilingBytes", + "responseBudgetClamped", + "actualBytes", + "fullPayloadBytes", + "truncated", + "canonicalFindingsComplete", + "truncationReason", + "omittedSections", + "deduplicatedSections", + "nextRecommendedMaxBytes", + "omittedContentAvailableViaUrl", + "contentUrls" +] - changed
Output schema / requiredPrevious value: -[ - "type", - "detail", - "scanId", - "domain", - "url", - "scanFrom", - "status", - "score", - "scoreLabel", - "scoreStatus", - "scoreVersion", - "scoreUpdatedAt", - "riskLevel", - "provenance", - "interpretationGuidance", - "createdAt", - "startedAt", - "completedAt", - "scanTimeSeconds", - "summary", - "findings", - "findingsMetadata", - "transportSecurity", - "reportUrl", - "recommendedNextTool", - "recommendedNextAction", - "error", - "mcpMetadata", - "observationOnlyDisclaimer", - "disclaimer" -]New value: +[ + "type", + "detail", + "scanId", + "domain", + "url", + "scanFrom", + "status", + "score", + "scoreLabel", + "scoreStatus", + "scoreVersion", + "scoreUpdatedAt", + "riskLevel", + "provenance", + "interpretationGuidance", + "createdAt", + "startedAt", + "completedAt", + "scanTimeSeconds", + "findings", + "findingsMetadata", + "transportSecurity", + "reportUrl", + "recommendedNextTool", + "recommendedNextAction", + "error", + "mcpMetadata", + "observationOnlyDisclaimer", + "disclaimer" +]
3 tool updates
- Changed
certscore_get_scan_bundle18 fields changed- changed
Input schema / properties / maxBytes / descriptionPrevious value: -"Maximum serialized structured response size in bytes. Defaults to 50000."New value: +"Requested serialized structured response budget in bytes. The full profile defaults to 50000. MCP Light defaults to and applies a transport-safe 25000-byte ceiling; larger Light requests are clamped and reported in response metadata." - added
Output schema / properties / evidenceUrlTemplateAdded value: +{ + "const": "{contentUrls.findings}/{findingId}", + "type": "string" +} - removed
Output schema / properties / findings / items / additionalPropertiesRemoved value: -true - added
Output schema / properties / findings / items / anyOfAdded value: +[ + { + "additionalProperties": true, + "properties": { + "confidence": { + "enum": [ + "strong", + "good", + "moderate", + "weak", + "unknown" + ], + "type": "string" + }, + "criticality": { + "enum": [ + "critical", + "high", + "medium", + "low", + "info", + "unknown" + ], + "type": "string" + }, + "detail": { + "additionalProperties": true, + "properties": { + "caveats": { + "items": { + "type": "string" + }, + "type": "array" + }, + "recommendedReviewerQuestions": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "disclaimer": { + "type": "string" + }, + "evidence": { + "additionalProperties": false, + "properties": { + "authRequiredForExamples": { + "type": "boolean" + }, + "basis": { + "enum": [ + "runtime_observation", + "policy_surface_detection", + "accessibility_check", + "public_report_projection" + ], + "type": "string" + }, + "exampleCount": { + "minimum": 0, + "type": "integer" + }, + "examples": { + "items": { + "additionalProperties": false, + "properties": { + "documentUrl": { + "anyOf": [ + { + "maxLength": 2048, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "finalUrl": { + "anyOf": [ + { + "maxLength": 2048, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "frameUrl": { + "anyOf": [ + { + "maxLength": 2048, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "initiatorHost": { + "anyOf": [ + { + "maxLength": 253, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "initiatorType": { + "anyOf": [ + { + "maxLength": 80, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "initiatorUrl": { + "anyOf": [ + { + "maxLength": 2048, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "observedAtMs": { + "anyOf": [ + { + "type": "integer" + }, + { + "type": "null" + } + ] + }, + "pageContextId": { + "anyOf": [ + { + "maxLength": 120, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "phase": { + "type": [ + "string", + "null" + ] + }, + "projectionWarnings": { + "items": { + "maxLength": 120, + "type": "string" + }, + "maxItems": 12, + "type": "array" + }, + "rawObservedVendor": { + "anyOf": [ + { + "maxLength": 160, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "rawObservedVendorCategory": { + "anyOf": [ + { + "maxLength": 120, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "redirectChain": { + "items": { + "maxLength": 2048, + "type": "string" + }, + "maxItems": 10, + "type": "array" + }, + "registrableDomain": { + "type": [ + "string", + "null" + ] + }, + "relatedOrInitiatingVendor": { + "anyOf": [ + { + "maxLength": 160, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "requestUrl": { + "anyOf": [ + { + "maxLength": 2048, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "resolvedEndpointVendor": { + "anyOf": [ + { + "maxLength": 160, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "resolvedEndpointVendorCategory": { + "anyOf": [ + { + "maxLength": 120, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "resourceType": { + "anyOf": [ + { + "maxLength": 80, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "scannedPageUrl": { + "anyOf": [ + { + "maxLength": 2048, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "type": { + "enum": [ + "request", + "page", + "accessibility_check", + "policy_surface" + ], + "type": "string" + }, + "urlHost": { + "type": [ + "string", + "null" + ] + }, + "vendor": { + "type": [ + "string", + "null" + ] + }, + "vendorAttributionBasis": { + "anyOf": [ + { + "maxLength": 120, + "type": "string" + }, + { + "type": "null" + } + ] + } + }, + "required": [ + "type" + ], + "type": "object" + }, + "maxItems": 5, + "type": "array" + }, + "examplesAvailable": { + "minimum": 0, + "type": "integer" + }, + "examplesShown": { + "minimum": 0, + "type": "integer" + }, + "excerpt": { + "additionalProperties": false, + "properties": { + "evidenceUrl": { + "maxLength": 2048, + "type": "string" + }, + "excerpt": { + "type": "string" + }, + "isTruncated": { + "type": "boolean" + }, + "sourceUrl": { + "anyOf": [ + { + "maxLength": 2048, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "truncationMarker": { + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "excerpt", + "isTruncated", + "truncationMarker", + "sourceUrl", + "evidenceUrl" + ], + "type": "object" + }, + "hasConsentContext": { + "type": "boolean" + }, + "hasPolicyAnchor": { + "type": "boolean" + }, + "hasTimingAnchor": { + "type": "boolean" + }, + "hasVendorAnchor": { + "type": "boolean" + }, + "phase": { + "type": [ + "string", + "null" + ] + }, + "projectionWarnings": { + "items": { + "maxLength": 120, + "type": "string" + }, + "maxItems": 20, + "type": "array" + }, + "summary": { + "type": "string" + } + }, + "required": [ + "basis", + "summary", + "exampleCount", + "examplesShown" + ], + "type": "object" + }, + "id": { + "type": "string" + }, + "label": { + "type": "string" + }, + "links": { + "additionalProperties": true, + "properties": { + "docs": { + "type": "string" + }, + "findings": { + "type": "string" + }, + "latestDomainScan": { + "type": "string" + }, + "pulse": { + "type": "string" + }, + "report": { + "type": "string" + }, + "self": { + "type": "string" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "nextStep": { + "type": [ + "string", + "null" + ] + }, + "noGo": { + "$ref": "#/properties/noGo/anyOf/0" + }, + "plainEnglish": { + "type": "string" + }, + "resultDisposition": { + "$ref": "#/properties/resultDisposition/anyOf/0" + }, + "reviewLenses": { + "default": [], + "items": { + "type": "string" + }, + "type": "array" + }, + "scanId": { + "type": "string" + }, + "type": { + "const": "certscore_finding", + "type": "string" + } + }, + "required": [ + "type", + "id", + "scanId", + "label", + "criticality", + "confidence", + "plainEnglish", + "evidence" + ], + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "confidence": { + "$ref": "#/properties/findings/items/anyOf/0/properties/confidence" + }, + "criticality": { + "$ref": "#/properties/findings/items/anyOf/0/properties/criticality" + }, + "evidenceUrl": { + "anyOf": [ + { + "maxLength": 2048, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "id": { + "type": "string" + }, + "label": { + "type": "string" + }, + "nextStep": { + "type": "string" + }, + "plainEnglish": { + "type": "string" + }, + "type": { + "const": "certscore_finding", + "type": "string" + } + }, + "required": [ + "type", + "id", + "label", + "criticality", + "confidence", + "plainEnglish" + ], + "type": "object" + } +] - removed
Output schema / properties / findings / items / propertiesRemoved value: -{ - "confidence": { - "enum": [ - "strong", - "good", - "moderate", - "weak", - "unknown" - ], - "type": "string" - }, - "criticality": { - "enum": [ - "critical", - "high", - "medium", - "low", - "info", - "unknown" - ], - "type": "string" - }, - "detail": { - "additionalProperties": true, - "properties": { - "caveats": { - "items": { - "type": "string" - }, - "type": "array" - }, - "recommendedReviewerQuestions": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "disclaimer": { - "type": "string" - }, - "evidence": { - "additionalProperties": false, - "properties": { - "authRequiredForExamples": { - "type": "boolean" - }, - "basis": { - "enum": [ - "runtime_observation", - "policy_surface_detection", - "accessibility_check", - "public_report_projection" - ], - "type": "string" - }, - "exampleCount": { - "minimum": 0, - "type": "integer" - }, - "examples": { - "items": { - "additionalProperties": false, - "properties": { - "documentUrl": { - "anyOf": [ - { - "maxLength": 2048, - "type": "string" - }, - { - "type": "null" - } - ] - }, - "finalUrl": { - "anyOf": [ - { - "maxLength": 2048, - "type": "string" - }, - { - "type": "null" - } - ] - }, - "frameUrl": { - "anyOf": [ - { - "maxLength": 2048, - "type": "string" - }, - { - "type": "null" - } - ] - }, - "initiatorHost": { - "anyOf": [ - { - "maxLength": 253, - "type": "string" - }, - { - "type": "null" - } - ] - }, - "initiatorType": { - "anyOf": [ - { - "maxLength": 80, - "type": "string" - }, - { - "type": "null" - } - ] - }, - "initiatorUrl": { - "anyOf": [ - { - "maxLength": 2048, - "type": "string" - }, - { - "type": "null" - } - ] - }, - "observedAtMs": { - "anyOf": [ - { - "type": "integer" - }, - { - "type": "null" - } - ] - }, - "pageContextId": { - "anyOf": [ - { - "maxLength": 120, - "type": "string" - }, - { - "type": "null" - } - ] - }, - "phase": { - "type": [ - "string", - "null" - ] - }, - "projectionWarnings": { - "items": { - "maxLength": 120, - "type": "string" - }, - "maxItems": 12, - "type": "array" - }, - "rawObservedVendor": { - "anyOf": [ - { - "maxLength": 160, - "type": "string" - }, - { - "type": "null" - } - ] - }, - "rawObservedVendorCategory": { - "anyOf": [ - { - "maxLength": 120, - "type": "string" - }, - { - "type": "null" - } - ] - }, - "redirectChain": { - "items": { - "maxLength": 2048, - "type": "string" - }, - "maxItems": 10, - "type": "array" - }, - "registrableDomain": { - "type": [ - "string", - "null" - ] - }, - "relatedOrInitiatingVendor": { - "anyOf": [ - { - "maxLength": 160, - "type": "string" - }, - { - "type": "null" - } - ] - }, - "requestUrl": { - "anyOf": [ - { - "maxLength": 2048, - "type": "string" - }, - { - "type": "null" - } - ] - }, - "resolvedEndpointVendor": { - "anyOf": [ - { - "maxLength": 160, - "type": "string" - }, - { - "type": "null" - } - ] - }, - "resolvedEndpointVendorCategory": { - "anyOf": [ - { - "maxLength": 120, - "type": "string" - }, - { - "type": "null" - } - ] - }, - "resourceType": { - "anyOf": [ - { - "maxLength": 80, - "type": "string" - }, - { - "type": "null" - } - ] - }, - "scannedPageUrl": { - "anyOf": [ - { - "maxLength": 2048, - "type": "string" - }, - { - "type": "null" - } - ] - }, - "type": { - "enum": [ - "request", - "page", - "accessibility_check", - "policy_surface" - ], - "type": "string" - }, - "urlHost": { - "type": [ - "string", - "null" - ] - }, - "vendor": { - "type": [ - "string", - "null" - ] - }, - "vendorAttributionBasis": { - "anyOf": [ - { - "maxLength": 120, - "type": "string" - }, - { - "type": "null" - } - ] - } - }, - "required": [ - "type" - ], - "type": "object" - }, - "maxItems": 5, - "type": "array" - }, - "examplesAvailable": { - "minimum": 0, - "type": "integer" - }, - "examplesShown": { - "minimum": 0, - "type": "integer" - }, - "excerpt": { - "additionalProperties": false, - "properties": { - "evidenceUrl": { - "maxLength": 2048, - "type": "string" - }, - "excerpt": { - "type": "string" - }, - "isTruncated": { - "type": "boolean" - }, - "sourceUrl": { - "anyOf": [ - { - "maxLength": 2048, - "type": "string" - }, - { - "type": "null" - } - ] - }, - "truncationMarker": { - "type": [ - "string", - "null" - ] - } - }, - "required": [ - "excerpt", - "isTruncated", - "truncationMarker", - "sourceUrl", - "evidenceUrl" - ], - "type": "object" - }, - "hasConsentContext": { - "type": "boolean" - }, - "hasPolicyAnchor": { - "type": "boolean" - }, - "hasTimingAnchor": { - "type": "boolean" - }, - "hasVendorAnchor": { - "type": "boolean" - }, - "phase": { - "type": [ - "string", - "null" - ] - }, - "projectionWarnings": { - "items": { - "maxLength": 120, - "type": "string" - }, - "maxItems": 20, - "type": "array" - }, - "summary": { - "type": "string" - } - }, - "required": [ - "basis", - "summary", - "exampleCount", - "examplesShown" - ], - "type": "object" - }, - "id": { - "type": "string" - }, - "label": { - "type": "string" - }, - "links": { - "additionalProperties": true, - "properties": { - "docs": { - "type": "string" - }, - "findings": { - "type": "string" - }, - "latestDomainScan": { - "type": "string" - }, - "pulse": { - "type": "string" - }, - "report": { - "type": "string" - }, - "self": { - "type": "string" - }, - "status": { - "type": "string" - } - }, - "type": "object" - }, - "nextStep": { - "type": [ - "string", - "null" - ] - }, - "noGo": { - "$ref": "#/properties/noGo/anyOf/0" - }, - "plainEnglish": { - "type": "string" - }, - "resultDisposition": { - "$ref": "#/properties/resultDisposition/anyOf/0" - }, - "reviewLenses": { - "default": [], - "items": { - "type": "string" - }, - "type": "array" - }, - "scanId": { - "type": "string" - }, - "type": { - "const": "certscore_finding", - "type": "string" - } -} - removed
Output schema / properties / findings / items / requiredRemoved value: -[ - "type", - "id", - "scanId", - "label", - "criticality", - "confidence", - "plainEnglish", - "evidence" -] - removed
Output schema / properties / findings / items / typeRemoved value: -"object" - added
Output schema / properties / mcpMetadata / properties / deduplicatedSectionsAdded value: +{ + "items": { + "type": "string" + }, + "type": "array" +} - added
Output schema / properties / mcpMetadata / properties / effectiveMaxBytesAdded value: +{ + "maximum": 200000, + "minimum": 5000, + "type": "integer" +} - added
Output schema / properties / mcpMetadata / properties / fullPayloadBytesAdded value: +{ + "minimum": 0, + "type": "integer" +} - added
Output schema / properties / mcpMetadata / properties / responseBudgetClampedAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / mcpMetadata / properties / responseCeilingBytesAdded value: +{ + "maximum": 200000, + "minimum": 5000, + "type": "integer" +} - changed
Output schema / properties / mcpMetadata / requiredPrevious value: -[ - "detail", - "heavyEvidenceIncluded", - "findingsTruncated", - "requestedMaxBytes", - "actualBytes", - "truncated", - "truncationReason", - "omittedSections", - "nextRecommendedMaxBytes", - "omittedContentAvailableViaUrl", - "contentUrls" -]New value: +[ + "detail", + "heavyEvidenceIncluded", + "findingsTruncated", + "requestedMaxBytes", + "effectiveMaxBytes", + "responseCeilingBytes", + "responseBudgetClamped", + "actualBytes", + "fullPayloadBytes", + "truncated", + "truncationReason", + "omittedSections", + "deduplicatedSections", + "nextRecommendedMaxBytes", + "omittedContentAvailableViaUrl", + "contentUrls" +] - added
Output schema / properties / provenance / properties / creationDecisionAdded value: +{ + "enum": [ + "new_scan", + "reused_scan", + "unknown" + ], + "type": "string" +} - added
Output schema / properties / provenance / properties / retrievalModeAdded value: +{ + "enum": [ + "creation_response", + "scan_id_lookup", + "unknown" + ], + "type": "string" +} - added
Output schema / properties / provenance / properties / scanAgeSecondsAdded value: +{ + "anyOf": [ + { + "minimum": 0, + "type": "integer" + }, + { + "type": "null" + } + ] +} - changed
Output schema / properties / provenance / requiredPrevious value: -[ - "mode", - "executionMode", - "reused", - "freshnessDecision" -]New value: +[ + "mode", + "retrievalMode", + "creationDecision", + "scanAgeSeconds", + "executionMode", + "reused", + "freshnessDecision" +] - changed
Output schema / requiredPrevious value: -[ - "type", - "detail", - "scanId", - "domain", - "url", - "scanFrom", - "status", - "score", - "scoreLabel", - "scoreStatus", - "scoreVersion", - "scoreUpdatedAt", - "riskLevel", - "provenance", - "interpretationGuidance", - "createdAt", - "startedAt", - "completedAt", - "scanTimeSeconds", - "timing", - "summary", - "findings", - "findingsMetadata", - "transportSecurity", - "reportUrl", - "recommendedNextTool", - "recommendedNextAction", - "error", - "mcpMetadata", - "observationOnlyDisclaimer", - "disclaimer" -]New value: +[ + "type", + "detail", + "scanId", + "domain", + "url", + "scanFrom", + "status", + "score", + "scoreLabel", + "scoreStatus", + "scoreVersion", + "scoreUpdatedAt", + "riskLevel", + "provenance", + "interpretationGuidance", + "createdAt", + "startedAt", + "completedAt", + "scanTimeSeconds", + "summary", + "findings", + "findingsMetadata", + "transportSecurity", + "reportUrl", + "recommendedNextTool", + "recommendedNextAction", + "error", + "mcpMetadata", + "observationOnlyDisclaimer", + "disclaimer" +]
- Changed
certscore_get_scan_status4 fields changed- added
Output schema / properties / provenance / properties / creationDecisionAdded value: +{ + "enum": [ + "new_scan", + "reused_scan", + "unknown" + ], + "type": "string" +} - added
Output schema / properties / provenance / properties / retrievalModeAdded value: +{ + "enum": [ + "creation_response", + "scan_id_lookup", + "unknown" + ], + "type": "string" +} - added
Output schema / properties / provenance / properties / scanAgeSecondsAdded value: +{ + "anyOf": [ + { + "minimum": 0, + "type": "integer" + }, + { + "type": "null" + } + ] +} - changed
Output schema / properties / provenance / requiredPrevious value: -[ - "mode", - "executionMode", - "reused", - "freshnessDecision" -]New value: +[ + "mode", + "retrievalMode", + "creationDecision", + "scanAgeSeconds", + "executionMode", + "reused", + "freshnessDecision" +]
- Changed
certscore_scan_site4 fields changed- added
Output schema / properties / provenance / properties / creationDecisionAdded value: +{ + "enum": [ + "new_scan", + "reused_scan", + "unknown" + ], + "type": "string" +} - added
Output schema / properties / provenance / properties / retrievalModeAdded value: +{ + "enum": [ + "creation_response", + "scan_id_lookup", + "unknown" + ], + "type": "string" +} - added
Output schema / properties / provenance / properties / scanAgeSecondsAdded value: +{ + "anyOf": [ + { + "minimum": 0, + "type": "integer" + }, + { + "type": "null" + } + ] +} - changed
Output schema / properties / provenance / requiredPrevious value: -[ - "mode", - "executionMode", - "reused", - "freshnessDecision" -]New value: +[ + "mode", + "retrievalMode", + "creationDecision", + "scanAgeSeconds", + "executionMode", + "reused", + "freshnessDecision" +]
1 tool update
- Changed
certscore_scan_site2 fields changed- changed
Input schema / properties / maxWaitSeconds / descriptionPrevious value: -"Maximum time to wait before returning the still-running job. Defaults to 45 seconds; never turns an active scan into an error."New value: +"Total wall-clock budget for scan creation plus optional completion waiting. Defaults to 25 seconds. Creation time is deducted from polling; budget exhaustion returns the accepted active scan and stable scanId without an error." - changed
Input schema / properties / waitForCompletion / descriptionPrevious value: -"Wait for a completed scan resource in this tool call. Defaults to true. Set false only for an explicitly asynchronous workflow."New value: +"Wait for a completed scan resource within this tool call's wall-clock budget. Defaults to true. Set false only for an explicitly asynchronous workflow."
1 tool update
- Changed
certscore_scan_site1 field changed- added
Output schema / properties / demoSubstitutionAdded value: +{ + "additionalProperties": false, + "properties": { + "effectiveUrl": { + "format": "uri", + "type": "string" + }, + "message": { + "type": "string" + }, + "reason": { + "const": "iana_example_domain", + "type": "string" + }, + "requestedUrl": { + "type": "string" + } + }, + "required": [ + "requestedUrl", + "effectiveUrl", + "reason", + "message" + ], + "type": "object" +}
3 tool updates
- Changed
certscore_get_scan_bundle4 fields changed- added
Output schema / properties / fullReport / properties / transportSecurityAdded value: +{ + "additionalProperties": false, + "properties": { + "evidenceRetained": { + "type": "boolean" + }, + "limitations": { + "items": { + "type": "string" + }, + "type": "array" + }, + "observationCounts": { + "additionalProperties": false, + "properties": { + "concernOrReview": { + "minimum": 0, + "type": "integer" + }, + "notObserved": { + "minimum": 0, + "type": "integer" + }, + "observedPositive": { + "minimum": 0, + "type": "integer" + }, + "total": { + "minimum": 0, + "type": "integer" + }, + "unavailable": { + "minimum": 0, + "type": "integer" + } + }, + "required": [ + "total", + "observedPositive", + "concernOrReview", + "notObserved", + "unavailable" + ], + "type": "object" + }, + "observations": { + "items": { + "additionalProperties": false, + "properties": { + "assessmentStatus": { + "enum": [ + "gap_observed", + "review_signal", + "checked", + "coverage_limitation", + "not_applicable" + ], + "type": "string" + }, + "evidenceRefs": { + "items": { + "type": "string" + }, + "type": "array" + }, + "evidenceState": { + "enum": [ + "observed", + "not_observed", + "not_testable", + "not_applicable" + ], + "type": "string" + }, + "id": { + "type": "string" + }, + "label": { + "type": "string" + }, + "status": { + "enum": [ + "Gap observed", + "Observed", + "Not confirmed", + "Not observed", + "Not testable", + "Review signal", + "Insufficient evidence", + "Out of scope" + ], + "type": "string" + }, + "summary": { + "type": "string" + } + }, + "required": [ + "id", + "label", + "status", + "assessmentStatus", + "evidenceState", + "summary", + "evidenceRefs" + ], + "type": "object" + }, + "type": "array" + }, + "retainedSummary": { + "additionalProperties": {}, + "type": "object" + }, + "status": { + "enum": [ + "available", + "limited", + "unavailable" + ], + "type": "string" + } + }, + "required": [ + "status", + "evidenceRetained", + "observationCounts", + "observations", + "limitations" + ], + "type": "object" +} - added
Output schema / properties / scanFromAdded value: +{ + "anyOf": [ + { + "enum": [ + "eu_de", + "eu_ie", + "california" + ], + "type": "string" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / transportSecurityAdded value: +{ + "$ref": "#/properties/fullReport/properties/transportSecurity" +} - changed
Output schema / requiredPrevious value: -[ - "type", - "detail", - "scanId", - "domain", - "url", - "status", - "score", - "scoreLabel", - "scoreStatus", - "scoreVersion", - "scoreUpdatedAt", - "riskLevel", - "provenance", - "interpretationGuidance", - "createdAt", - "startedAt", - "completedAt", - "scanTimeSeconds", - "timing", - "summary", - "findings", - "findingsMetadata", - "reportUrl", - "recommendedNextTool", - "recommendedNextAction", - "error", - "mcpMetadata", - "observationOnlyDisclaimer", - "disclaimer" -]New value: +[ + "type", + "detail", + "scanId", + "domain", + "url", + "scanFrom", + "status", + "score", + "scoreLabel", + "scoreStatus", + "scoreVersion", + "scoreUpdatedAt", + "riskLevel", + "provenance", + "interpretationGuidance", + "createdAt", + "startedAt", + "completedAt", + "scanTimeSeconds", + "timing", + "summary", + "findings", + "findingsMetadata", + "transportSecurity", + "reportUrl", + "recommendedNextTool", + "recommendedNextAction", + "error", + "mcpMetadata", + "observationOnlyDisclaimer", + "disclaimer" +]
- Changed
certscore_get_scan_status1 field changed- added
Output schema / properties / scanFromAdded value: +{ + "anyOf": [ + { + "enum": [ + "eu_de", + "eu_ie", + "california" + ], + "type": "string" + }, + { + "type": "null" + } + ] +}
- Changed
certscore_scan_site2 fields changed- changed
Input schema / properties / freshness / descriptionPrevious value: -"Use latest to reuse recent scans or refresh to request a new scan when eligible."New value: +"Prefer latest for ordinary website checks so an eligible recent completed scan can be reused and new-scan allowance is not consumed unnecessarily; CertScore may still start a scan when no suitable result exists. Use refresh only when the user explicitly requests a fresh, new, or repeated scan; ordinary check, scan, audit, inspect, review, or assess wording alone does not request refresh." - changed
Input schema / properties / scanFrom / descriptionPrevious value: -"Optional scan execution context for newly queued scans."New value: +"Optional execution region for a newly queued scan. Omit when the user did not request a jurisdiction or regional perspective; use eu_de or eu_ie for explicit EU/GDPR/ePrivacy requests and california for explicit California/CCPA/CPRA requests. Do not use multiple regions unless comparison is requested, and do not infer EU from consent or California from a U.S. user location."
3 tool updates
- Changed
certscore_get_scan_bundle10 fields changed- changed
Input schema / properties / maxPreConsentRows / descriptionPrevious value: -"Maximum pre-consent inventory rows when evidence is requested. Defaults to 20."New value: +"Maximum compact pre-consent inventory rows to return. Defaults to 20." - added
Output schema / properties / findingsMetadata / properties / returnedAdded value: +{ + "minimum": 0, + "type": "integer" +} - changed
Output schema / properties / findingsMetadata / requiredPrevious value: -[ - "shown", - "total", - "truncated" -]New value: +[ + "shown", + "returned", + "total", + "truncated" +] - added
Output schema / properties / interpretationGuidanceAdded value: +{ + "additionalProperties": false, + "properties": { + "doNotInferLegalComplianceStatus": { + "const": true, + "type": "boolean" + }, + "doNotInferUnobservedTechnologies": { + "const": true, + "type": "boolean" + }, + "observableSignalsOnly": { + "const": true, + "type": "boolean" + }, + "scoreLabel": { + "const": "CertScore score", + "type": "string" + }, + "statement": { + "type": "string" + } + }, + "required": [ + "scoreLabel", + "observableSignalsOnly", + "doNotInferUnobservedTechnologies", + "doNotInferLegalComplianceStatus", + "statement" + ], + "type": "object" +} - changed
Output schema / properties / preConsentCookiesTrackers / additionalPropertiesPrevious value: -{}New value: +false - added
Output schema / properties / preConsentCookiesTrackers / propertiesAdded value: +{ + "returned": { + "minimum": 0, + "type": "integer" + }, + "rows": { + "items": { + "additionalProperties": false, + "properties": { + "category": { + "anyOf": [ + { + "maxLength": 160, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "confidence": { + "enum": [ + "high", + "medium", + "low", + "unknown" + ], + "type": "string" + }, + "cookieNames": { + "items": { + "maxLength": 256, + "type": "string" + }, + "maxItems": 24, + "type": "array" + }, + "domains": { + "items": { + "maxLength": 253, + "type": "string" + }, + "maxItems": 12, + "type": "array" + }, + "evidenceClassification": { + "additionalProperties": false, + "properties": { + "basis": { + "const": "public_report_projection", + "type": "string" + }, + "observedBeforeConsent": { + "type": "boolean" + }, + "party": { + "enum": [ + "first_party", + "third_party", + "mixed", + "unknown" + ], + "type": "string" + }, + "phase": { + "const": "pre_consent", + "type": "string" + }, + "priority": { + "enum": [ + "high", + "medium", + "review_needed", + "contextual", + "unknown" + ], + "type": "string" + } + }, + "required": [ + "basis", + "phase", + "observedBeforeConsent", + "party", + "priority" + ], + "type": "object" + }, + "firstObservedAtMs": { + "anyOf": [ + { + "minimum": 0, + "type": "integer" + }, + { + "type": "null" + } + ] + }, + "id": { + "maxLength": 512, + "type": "string" + }, + "kind": { + "enum": [ + "cookie", + "tracker", + "request", + "storage", + "unknown" + ], + "type": "string" + }, + "name": { + "maxLength": 256, + "type": "string" + }, + "purpose": { + "anyOf": [ + { + "maxLength": 160, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "requestCount": { + "anyOf": [ + { + "minimum": 0, + "type": "integer" + }, + { + "type": "null" + } + ] + }, + "vendor": { + "anyOf": [ + { + "maxLength": 160, + "type": "string" + }, + { + "type": "null" + } + ] + } + }, + "required": [ + "id", + "kind", + "name", + "cookieNames", + "vendor", + "purpose", + "category", + "confidence", + "firstObservedAtMs", + "domains", + "requestCount", + "evidenceClassification" + ], + "type": "object" + }, + "maxItems": 50, + "type": "array" + }, + "summary": { + "additionalProperties": false, + "properties": { + "cookieCount": { + "minimum": 0, + "type": "integer" + }, + "domainCount": { + "default": 0, + "minimum": 0, + "type": "integer" + }, + "requestCount": { + "minimum": 0, + "type": "integer" + }, + "rowCount": { + "minimum": 0, + "type": "integer" + }, + "trackerCount": { + "minimum": 0, + "type": "integer" + }, + "vendorCount": { + "default": 0, + "minimum": 0, + "type": "integer" + } + }, + "required": [ + "rowCount", + "trackerCount", + "cookieCount", + "requestCount" + ], + "type": "object" + }, + "total": { + "minimum": 0, + "type": "integer" + }, + "truncated": { + "type": "boolean" + } +} - added
Output schema / properties / preConsentCookiesTrackers / requiredAdded value: +[ + "summary", + "rows", + "total", + "returned", + "truncated" +] - added
Output schema / properties / provenanceAdded value: +{ + "additionalProperties": false, + "properties": { + "executionMode": { + "anyOf": [ + { + "enum": [ + "new_scan", + "reused_scan" + ], + "type": "string" + }, + { + "type": "null" + } + ] + }, + "freshnessDecision": { + "type": [ + "string", + "null" + ] + }, + "mode": { + "enum": [ + "new_scan_started", + "existing_completed_scan_reused", + "existing_scan_retrieved", + "unknown" + ], + "type": "string" + }, + "reused": { + "type": [ + "boolean", + "null" + ] + } + }, + "required": [ + "mode", + "executionMode", + "reused", + "freshnessDecision" + ], + "type": "object" +} - added
Output schema / properties / scoreLabelAdded value: +{ + "const": "CertScore score", + "type": "string" +} - changed
Output schema / requiredPrevious value: -[ - "type", - "detail", - "scanId", - "domain", - "url", - "status", - "score", - "scoreStatus", - "scoreVersion", - "scoreUpdatedAt", - "riskLevel", - "createdAt", - "startedAt", - "completedAt", - "scanTimeSeconds", - "timing", - "summary", - "findings", - "findingsMetadata", - "reportUrl", - "recommendedNextTool", - "recommendedNextAction", - "error", - "mcpMetadata", - "observationOnlyDisclaimer", - "disclaimer" -]New value: +[ + "type", + "detail", + "scanId", + "domain", + "url", + "status", + "score", + "scoreLabel", + "scoreStatus", + "scoreVersion", + "scoreUpdatedAt", + "riskLevel", + "provenance", + "interpretationGuidance", + "createdAt", + "startedAt", + "completedAt", + "scanTimeSeconds", + "timing", + "summary", + "findings", + "findingsMetadata", + "reportUrl", + "recommendedNextTool", + "recommendedNextAction", + "error", + "mcpMetadata", + "observationOnlyDisclaimer", + "disclaimer" +]
- Changed
certscore_get_scan_status4 fields changed- added
Output schema / properties / interpretationGuidanceAdded value: +{ + "additionalProperties": false, + "properties": { + "doNotInferLegalComplianceStatus": { + "const": true, + "type": "boolean" + }, + "doNotInferUnobservedTechnologies": { + "const": true, + "type": "boolean" + }, + "observableSignalsOnly": { + "const": true, + "type": "boolean" + }, + "scoreLabel": { + "const": "CertScore score", + "type": "string" + }, + "statement": { + "type": "string" + } + }, + "required": [ + "scoreLabel", + "observableSignalsOnly", + "doNotInferUnobservedTechnologies", + "doNotInferLegalComplianceStatus", + "statement" + ], + "type": "object" +} - added
Output schema / properties / provenanceAdded value: +{ + "additionalProperties": false, + "properties": { + "executionMode": { + "anyOf": [ + { + "enum": [ + "new_scan", + "reused_scan" + ], + "type": "string" + }, + { + "type": "null" + } + ] + }, + "freshnessDecision": { + "type": [ + "string", + "null" + ] + }, + "mode": { + "enum": [ + "new_scan_started", + "existing_completed_scan_reused", + "existing_scan_retrieved", + "unknown" + ], + "type": "string" + }, + "reused": { + "type": [ + "boolean", + "null" + ] + } + }, + "required": [ + "mode", + "executionMode", + "reused", + "freshnessDecision" + ], + "type": "object" +} - added
Output schema / properties / scoreLabelAdded value: +{ + "const": "CertScore score", + "type": "string" +} - changed
Output schema / requiredPrevious value: -[ - "error", - "recommendedNextTool", - "recommendedNextAction", - "observationOnlyDisclaimer" -]New value: +[ + "scoreLabel", + "error", + "provenance", + "interpretationGuidance", + "recommendedNextTool", + "recommendedNextAction", + "observationOnlyDisclaimer" +]
- Changed
certscore_scan_site6 fields changed- added
Output schema / properties / interpretationGuidanceAdded value: +{ + "additionalProperties": false, + "properties": { + "doNotInferLegalComplianceStatus": { + "const": true, + "type": "boolean" + }, + "doNotInferUnobservedTechnologies": { + "const": true, + "type": "boolean" + }, + "observableSignalsOnly": { + "const": true, + "type": "boolean" + }, + "scoreLabel": { + "const": "CertScore score", + "type": "string" + }, + "statement": { + "type": "string" + } + }, + "required": [ + "scoreLabel", + "observableSignalsOnly", + "doNotInferUnobservedTechnologies", + "doNotInferLegalComplianceStatus", + "statement" + ], + "type": "object" +} - added
Output schema / properties / linksAdded value: +{ + "additionalProperties": true, + "properties": { + "docs": { + "type": "string" + }, + "findings": { + "type": "string" + }, + "latestDomainScan": { + "type": "string" + }, + "pulse": { + "type": "string" + }, + "report": { + "type": "string" + }, + "self": { + "type": "string" + }, + "status": { + "type": "string" + } + }, + "type": "object" +} - added
Output schema / properties / provenanceAdded value: +{ + "additionalProperties": false, + "properties": { + "executionMode": { + "anyOf": [ + { + "enum": [ + "new_scan", + "reused_scan" + ], + "type": "string" + }, + { + "type": "null" + } + ] + }, + "freshnessDecision": { + "type": [ + "string", + "null" + ] + }, + "mode": { + "enum": [ + "new_scan_started", + "existing_completed_scan_reused", + "existing_scan_retrieved", + "unknown" + ], + "type": "string" + }, + "reused": { + "type": [ + "boolean", + "null" + ] + } + }, + "required": [ + "mode", + "executionMode", + "reused", + "freshnessDecision" + ], + "type": "object" +} - added
Output schema / properties / reportUrlAdded value: +{ + "type": [ + "string", + "null" + ] +} - added
Output schema / properties / scoreLabelAdded value: +{ + "const": "CertScore score", + "type": "string" +} - changed
Output schema / requiredPrevious value: -[ - "type", - "status", - "error", - "recommendedNextTool", - "recommendedNextAction", - "observationOnlyDisclaimer" -]New value: +[ + "type", + "status", + "scoreLabel", + "error", + "provenance", + "interpretationGuidance", + "recommendedNextTool", + "recommendedNextAction", + "observationOnlyDisclaimer" +]
6 tool updates
- Added
certscore_get_scan_bundle - Added
certscore_get_scan_status - Added
certscore_scan_site - Removed
get_scan_bundle - Removed
get_scan_status - Removed
scan_site
1 tool update
- Changed
scan_site2 fields changed- changed
Input schema / properties / scanFrom / enumPrevious value: -[ - "eu_ie" -]New value: +[ + "eu_de", + "eu_ie", + "california" +] - changed
Output schema / properties / scanFrom / enumPrevious value: -[ - "eu_ie" -]New value: +[ + "eu_de", + "eu_ie", + "california" +]
3 tool updates
- Changed
get_scan_bundle13 fields changed- added
Output schema / properties / completedAtAdded value: +{ + "type": [ + "string", + "null" + ] +} - added
Output schema / properties / createdAtAdded value: +{ + "type": [ + "string", + "null" + ] +} - added
Output schema / properties / detailAdded value: +{ + "enum": [ + "summary", + "findings", + "evidence", + "full" + ], + "type": "string" +} - added
Output schema / properties / errorAdded value: +{ + "anyOf": [ + { + "additionalProperties": false, + "properties": { + "code": { + "type": "string" + }, + "field": { + "type": "string" + }, + "mcpCode": { + "type": "integer" + }, + "message": { + "type": "string" + }, + "name": { + "type": "string" + }, + "recommendedNextAction": { + "type": "string" + }, + "responseBody": {}, + "retryAfterSeconds": { + "anyOf": [ + { + "type": "integer" + }, + { + "type": "null" + } + ] + }, + "retryable": { + "type": "boolean" + }, + "status": { + "type": "integer" + } + }, + "required": [ + "code", + "message", + "retryable", + "retryAfterSeconds", + "recommendedNextAction" + ], + "type": "object" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / mcpMetadata / properties / contentUrlsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "type": "object" +} - added
Output schema / properties / mcpMetadata / properties / nextRecommendedMaxBytesAdded value: +{ + "anyOf": [ + { + "maximum": 200000, + "minimum": 5000, + "type": "integer" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / mcpMetadata / properties / omittedContentAvailableViaUrlAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / mcpMetadata / properties / omittedSectionsAdded value: +{ + "items": { + "type": "string" + }, + "type": "array" +} - changed
Output schema / properties / mcpMetadata / requiredPrevious value: -[ - "detail", - "heavyEvidenceIncluded", - "findingsTruncated", - "requestedMaxBytes", - "actualBytes", - "truncated", - "truncationReason" -]New value: +[ + "detail", + "heavyEvidenceIncluded", + "findingsTruncated", + "requestedMaxBytes", + "actualBytes", + "truncated", + "truncationReason", + "omittedSections", + "nextRecommendedMaxBytes", + "omittedContentAvailableViaUrl", + "contentUrls" +] - added
Output schema / properties / observationOnlyDisclaimerAdded value: +{ + "type": "string" +} - added
Output schema / properties / scanTimeSecondsAdded value: +{ + "type": [ + "number", + "null" + ] +} - added
Output schema / properties / startedAtAdded value: +{ + "type": [ + "string", + "null" + ] +} - changed
Output schema / requiredPrevious value: -[ - "type", - "scanId", - "domain", - "url", - "status", - "score", - "scoreStatus", - "scoreVersion", - "scoreUpdatedAt", - "riskLevel", - "timing", - "summary", - "findings", - "findingsMetadata", - "reportUrl", - "recommendedNextTool", - "recommendedNextAction", - "mcpMetadata", - "disclaimer" -]New value: +[ + "type", + "detail", + "scanId", + "domain", + "url", + "status", + "score", + "scoreStatus", + "scoreVersion", + "scoreUpdatedAt", + "riskLevel", + "createdAt", + "startedAt", + "completedAt", + "scanTimeSeconds", + "timing", + "summary", + "findings", + "findingsMetadata", + "reportUrl", + "recommendedNextTool", + "recommendedNextAction", + "error", + "mcpMetadata", + "observationOnlyDisclaimer", + "disclaimer" +]
- Changed
get_scan_status7 fields changed- removed
Output schema / properties / error / additionalPropertiesRemoved value: -false - added
Output schema / properties / error / anyOfAdded value: +[ + { + "additionalProperties": false, + "properties": { + "code": { + "type": "string" + }, + "field": { + "type": "string" + }, + "mcpCode": { + "type": "integer" + }, + "message": { + "type": "string" + }, + "name": { + "type": "string" + }, + "recommendedNextAction": { + "type": "string" + }, + "responseBody": {}, + "retryAfterSeconds": { + "anyOf": [ + { + "type": "integer" + }, + { + "type": "null" + } + ] + }, + "retryable": { + "type": "boolean" + }, + "status": { + "type": "integer" + } + }, + "required": [ + "code", + "message", + "retryable", + "retryAfterSeconds", + "recommendedNextAction" + ], + "type": "object" + }, + { + "type": "null" + } +] - removed
Output schema / properties / error / propertiesRemoved value: -{ - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "recommendedNextAction": { - "type": "string" - }, - "retryAfterSeconds": { - "anyOf": [ - { - "type": "integer" - }, - { - "type": "null" - } - ] - }, - "retryable": { - "type": "boolean" - } -} - removed
Output schema / properties / error / requiredRemoved value: -[ - "code", - "message", - "retryable", - "retryAfterSeconds", - "recommendedNextAction" -] - removed
Output schema / properties / error / typeRemoved value: -"object" - added
Output schema / properties / observationOnlyDisclaimerAdded value: +{ + "type": "string" +} - added
Output schema / requiredAdded value: +[ + "error", + "recommendedNextTool", + "recommendedNextAction", + "observationOnlyDisclaimer" +]
- Changed
scan_site10 fields changed- added
Output schema / properties / createdAtAdded value: +{ + "type": [ + "string", + "null" + ] +} - added
Output schema / properties / errorAdded value: +{ + "anyOf": [ + { + "additionalProperties": false, + "properties": { + "code": { + "type": "string" + }, + "field": { + "type": "string" + }, + "mcpCode": { + "type": "integer" + }, + "message": { + "type": "string" + }, + "name": { + "type": "string" + }, + "recommendedNextAction": { + "type": "string" + }, + "responseBody": {}, + "retryAfterSeconds": { + "anyOf": [ + { + "type": "integer" + }, + { + "type": "null" + } + ] + }, + "retryable": { + "type": "boolean" + }, + "status": { + "type": "integer" + } + }, + "required": [ + "code", + "message", + "retryable", + "retryAfterSeconds", + "recommendedNextAction" + ], + "type": "object" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / observationOnlyDisclaimerAdded value: +{ + "type": "string" +} - added
Output schema / properties / recommendedNextActionAdded value: +{ + "type": "string" +} - added
Output schema / properties / recommendedNextToolAdded value: +{ + "anyOf": [ + { + "enum": [ + "get_scan_status", + "get_scan_bundle" + ], + "type": "string" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / status / anyOfAdded value: +[ + { + "enum": [ + "queued", + "running", + "finalizing", + "completed", + "completed_limited", + "failed", + "expired", + "rate_limited" + ], + "type": "string" + }, + { + "const": "invalid_arguments", + "type": "string" + } +] - removed
Output schema / properties / status / enumRemoved value: -[ - "queued", - "running", - "finalizing", - "completed", - "completed_limited", - "failed", - "expired", - "rate_limited" -] - removed
Output schema / properties / status / typeRemoved value: -"string" - changed
Output schema / properties / type / enumPrevious value: -[ - "certscore_scan", - "certscore_scan_job" -]New value: +[ + "certscore_scan", + "certscore_scan_job", + "certscore_tool_error" +] - changed
Output schema / requiredPrevious value: -[ - "type", - "status" -]New value: +[ + "type", + "status", + "error", + "recommendedNextTool", + "recommendedNextAction", + "observationOnlyDisclaimer" +]
3 tool updates
- Changed
get_scan_bundle37 fields changed- added
Input schema / properties / detailAdded value: +{ + "description": "Response detail. Defaults to summary; evidence and full opt into heavier retained context.", + "enum": [ + "summary", + "findings", + "evidence", + "full" + ], + "type": "string" +} - added
Input schema / properties / maxBytesAdded value: +{ + "description": "Maximum serialized structured response size in bytes. Defaults to 50000.", + "maximum": 200000, + "minimum": 5000, + "type": "integer" +} - changed
Input schema / properties / maxFindings / descriptionPrevious value: -"Maximum compact findings to return. Defaults to 20."New value: +"Maximum compact findings to return. Defaults to 5 for summary and 20 otherwise." - changed
Input schema / properties / maxPreConsentRows / descriptionPrevious value: -"Maximum pre-consent inventory rows to return. Defaults to 20."New value: +"Maximum pre-consent inventory rows when evidence is requested. Defaults to 20." - added
Output schema / properties / coverageAdded value: +{ + "anyOf": [ + { + "anyOf": [ + { + "not": {} + }, + { + "additionalProperties": true, + "properties": { + "limitations": { + "items": { + "type": "string" + }, + "type": "array" + }, + "status": { + "type": "string" + }, + "summary": { + "type": "string" + } + }, + "type": "object" + } + ] + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / domainAdded value: +{ + "type": "string" +} - added
Output schema / properties / evidenceSummary / additionalPropertiesAdded value: +{} - removed
Output schema / properties / evidenceSummary / anyOfRemoved value: -[ - {}, - { - "type": "null" - } -] - added
Output schema / properties / evidenceSummary / typeAdded value: +"object" - added
Output schema / properties / findings / items / additionalPropertiesAdded value: +true - added
Output schema / properties / findings / items / propertiesAdded value: +{ + "confidence": { + "enum": [ + "strong", + "good", + "moderate", + "weak", + "unknown" + ], + "type": "string" + }, + "criticality": { + "enum": [ + "critical", + "high", + "medium", + "low", + "info", + "unknown" + ], + "type": "string" + }, + "detail": { + "additionalProperties": true, + "properties": { + "caveats": { + "items": { + "type": "string" + }, + "type": "array" + }, + "recommendedReviewerQuestions": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "disclaimer": { + "type": "string" + }, + "evidence": { + "additionalProperties": false, + "properties": { + "authRequiredForExamples": { + "type": "boolean" + }, + "basis": { + "enum": [ + "runtime_observation", + "policy_surface_detection", + "accessibility_check", + "public_report_projection" + ], + "type": "string" + }, + "exampleCount": { + "minimum": 0, + "type": "integer" + }, + "examples": { + "items": { + "additionalProperties": false, + "properties": { + "documentUrl": { + "anyOf": [ + { + "maxLength": 2048, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "finalUrl": { + "anyOf": [ + { + "maxLength": 2048, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "frameUrl": { + "anyOf": [ + { + "maxLength": 2048, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "initiatorHost": { + "anyOf": [ + { + "maxLength": 253, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "initiatorType": { + "anyOf": [ + { + "maxLength": 80, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "initiatorUrl": { + "anyOf": [ + { + "maxLength": 2048, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "observedAtMs": { + "anyOf": [ + { + "type": "integer" + }, + { + "type": "null" + } + ] + }, + "pageContextId": { + "anyOf": [ + { + "maxLength": 120, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "phase": { + "type": [ + "string", + "null" + ] + }, + "projectionWarnings": { + "items": { + "maxLength": 120, + "type": "string" + }, + "maxItems": 12, + "type": "array" + }, + "rawObservedVendor": { + "anyOf": [ + { + "maxLength": 160, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "rawObservedVendorCategory": { + "anyOf": [ + { + "maxLength": 120, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "redirectChain": { + "items": { + "maxLength": 2048, + "type": "string" + }, + "maxItems": 10, + "type": "array" + }, + "registrableDomain": { + "type": [ + "string", + "null" + ] + }, + "relatedOrInitiatingVendor": { + "anyOf": [ + { + "maxLength": 160, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "requestUrl": { + "anyOf": [ + { + "maxLength": 2048, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "resolvedEndpointVendor": { + "anyOf": [ + { + "maxLength": 160, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "resolvedEndpointVendorCategory": { + "anyOf": [ + { + "maxLength": 120, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "resourceType": { + "anyOf": [ + { + "maxLength": 80, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "scannedPageUrl": { + "anyOf": [ + { + "maxLength": 2048, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "type": { + "enum": [ + "request", + "page", + "accessibility_check", + "policy_surface" + ], + "type": "string" + }, + "urlHost": { + "type": [ + "string", + "null" + ] + }, + "vendor": { + "type": [ + "string", + "null" + ] + }, + "vendorAttributionBasis": { + "anyOf": [ + { + "maxLength": 120, + "type": "string" + }, + { + "type": "null" + } + ] + } + }, + "required": [ + "type" + ], + "type": "object" + }, + "maxItems": 5, + "type": "array" + }, + "examplesAvailable": { + "minimum": 0, + "type": "integer" + }, + "examplesShown": { + "minimum": 0, + "type": "integer" + }, + "excerpt": { + "additionalProperties": false, + "properties": { + "evidenceUrl": { + "maxLength": 2048, + "type": "string" + }, + "excerpt": { + "type": "string" + }, + "isTruncated": { + "type": "boolean" + }, + "sourceUrl": { + "anyOf": [ + { + "maxLength": 2048, + "type": "string" + }, + { + "type": "null" + } + ] + }, + "truncationMarker": { + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "excerpt", + "isTruncated", + "truncationMarker", + "sourceUrl", + "evidenceUrl" + ], + "type": "object" + }, + "hasConsentContext": { + "type": "boolean" + }, + "hasPolicyAnchor": { + "type": "boolean" + }, + "hasTimingAnchor": { + "type": "boolean" + }, + "hasVendorAnchor": { + "type": "boolean" + }, + "phase": { + "type": [ + "string", + "null" + ] + }, + "projectionWarnings": { + "items": { + "maxLength": 120, + "type": "string" + }, + "maxItems": 20, + "type": "array" + }, + "summary": { + "type": "string" + } + }, + "required": [ + "basis", + "summary", + "exampleCount", + "examplesShown" + ], + "type": "object" + }, + "id": { + "type": "string" + }, + "label": { + "type": "string" + }, + "links": { + "additionalProperties": true, + "properties": { + "docs": { + "type": "string" + }, + "findings": { + "type": "string" + }, + "latestDomainScan": { + "type": "string" + }, + "pulse": { + "type": "string" + }, + "report": { + "type": "string" + }, + "self": { + "type": "string" + }, + "status": { + "type": "string" + } + }, + "type": "object" + }, + "nextStep": { + "type": [ + "string", + "null" + ] + }, + "noGo": { + "$ref": "#/properties/noGo/anyOf/0" + }, + "plainEnglish": { + "type": "string" + }, + "resultDisposition": { + "$ref": "#/properties/resultDisposition/anyOf/0" + }, + "reviewLenses": { + "default": [], + "items": { + "type": "string" + }, + "type": "array" + }, + "scanId": { + "type": "string" + }, + "type": { + "const": "certscore_finding", + "type": "string" + } +} - added
Output schema / properties / findings / items / requiredAdded value: +[ + "type", + "id", + "scanId", + "label", + "criticality", + "confidence", + "plainEnglish", + "evidence" +] - added
Output schema / properties / findings / items / typeAdded value: +"object" - added
Output schema / properties / findingsMetadataAdded value: +{ + "additionalProperties": false, + "properties": { + "shown": { + "minimum": 0, + "type": "integer" + }, + "total": { + "minimum": 0, + "type": "integer" + }, + "truncated": { + "type": "boolean" + } + }, + "required": [ + "shown", + "total", + "truncated" + ], + "type": "object" +} - added
Output schema / properties / fullReportAdded value: +{ + "additionalProperties": true, + "properties": { + "agentInterpretation": { + "$ref": "#/properties/summary/properties/agentInterpretation/anyOf/0" + }, + "capabilities": { + "additionalProperties": false, + "properties": { + "doesNotProvide": { + "items": { + "enum": [ + "legal_advice", + "certification", + "compliance_determination" + ], + "type": "string" + }, + "type": "array" + }, + "method": { + "const": "automated_runtime_analysis", + "type": "string" + }, + "observes": { + "items": { + "enum": [ + "pre_consent_tracking", + "cmp_load_order", + "third_party_requests", + "consent_enforcement_gaps", + "cookie_activity", + "accessibility_signals", + "disclosure_inconsistencies" + ], + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "method", + "observes", + "doesNotProvide" + ], + "type": "object" + }, + "coverage": { + "additionalProperties": true, + "properties": { + "homepageObserved": { + "type": "boolean" + }, + "interruptionCount": { + "type": "integer" + }, + "interruptions": { + "items": { + "additionalProperties": true, + "properties": { + "label": { + "type": "string" + }, + "reason": { + "type": "string" + }, + "reviewReason": { + "type": "string" + }, + "reviewTitle": { + "type": "string" + } + }, + "required": [ + "label", + "reason" + ], + "type": "object" + }, + "type": "array" + }, + "limitations": { + "items": { + "type": "string" + }, + "type": "array" + }, + "status": { + "type": "string" + }, + "summary": { + "type": "string" + } + }, + "type": "object" + }, + "disclaimer": { + "type": "string" + }, + "domain": { + "type": "string" + }, + "feedback": { + "additionalProperties": true, + "properties": { + "email": { + "type": "string" + }, + "feedbackUrl": { + "type": "string" + }, + "negativeUrl": { + "type": "string" + }, + "positiveUrl": { + "type": "string" + }, + "prompt": { + "type": "string" + } + }, + "required": [ + "email" + ], + "type": "object" + }, + "links": { + "additionalProperties": true, + "properties": { + "canonicalPulseUrl": { + "type": "string" + }, + "docsUrl": { + "type": "string" + }, + "evidenceJsonUrl": { + "type": "string" + }, + "findingsReferenceUrl": { + "type": "string" + }, + "fullJsonUrl": { + "type": "string" + }, + "fullReportUrl": { + "type": "string" + }, + "immutableFullJsonUrl": { + "type": "string" + }, + "immutableJsonUrl": { + "type": "string" + }, + "immutableMarkdownUrl": { + "type": "string" + }, + "jsonUrl": { + "type": "string" + }, + "markdownUrl": { + "type": "string" + }, + "scanJsonUrl": { + "type": "string" + }, + "summaryJsonUrl": { + "type": "string" + } + }, + "type": "object" + }, + "meta": { + "additionalProperties": true, + "properties": { + "apiVersion": { + "type": "string" + }, + "detail": { + "enum": [ + "tiny", + "standard", + "full", + "summary", + "evidence" + ], + "type": "string" + }, + "format": { + "enum": [ + "json", + "markdown" + ], + "type": "string" + }, + "generatedAt": { + "type": "string" + }, + "projectionVersion": { + "type": "string" + }, + "pulseVersion": { + "type": "string" + }, + "schemaVersion": { + "type": "string" + }, + "source": { + "type": "string" + } + }, + "type": "object" + }, + "noGo": { + "$ref": "#/properties/noGo/anyOf/0" + }, + "request": { + "additionalProperties": {}, + "type": "object" + }, + "resultDisposition": { + "$ref": "#/properties/resultDisposition/anyOf/0" + }, + "scanId": { + "type": "string" + }, + "scanStatus": { + "type": "string" + }, + "scan_id": { + "type": "string" + }, + "summary": { + "additionalProperties": true, + "properties": { + "benchmark": { + "type": [ + "string", + "null" + ] + }, + "coverageNote": { + "type": "string" + }, + "headline": { + "type": "string" + }, + "humanSummary": { + "type": "string" + }, + "machineSummary": { + "additionalProperties": {}, + "type": "object" + }, + "riskLevel": { + "type": "string" + }, + "score": { + "anyOf": [ + { + "type": "integer" + }, + { + "type": "null" + } + ] + } + }, + "type": "object" + }, + "topFindings": { + "items": { + "additionalProperties": true, + "properties": { + "anchorUrl": { + "type": "string" + }, + "confidence": { + "type": "string" + }, + "criticality": { + "type": "string" + }, + "evidenceDigest": { + "additionalProperties": true, + "properties": { + "authRequiredForExamples": { + "type": "boolean" + }, + "basis": { + "type": "string" + }, + "exampleCount": { + "type": "integer" + }, + "examplesAvailable": { + "type": "integer" + }, + "examplesShown": { + "type": "integer" + }, + "hasConsentContext": { + "type": "boolean" + }, + "hasPolicyAnchor": { + "type": "boolean" + }, + "hasTimingAnchor": { + "type": "boolean" + }, + "hasVendorAnchor": { + "type": "boolean" + }, + "phase": { + "type": [ + "string", + "null" + ] + } + }, + "type": "object" + }, + "id": { + "type": "string" + }, + "label": { + "type": "string" + }, + "nextStep": { + "type": "string" + }, + "plainEnglish": { + "type": "string" + }, + "reviewLenses": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "type": "array" + }, + "type": { + "enum": [ + "certscore_pulse", + "certscore_pulse_summary", + "certscore_pulse_evidence" + ], + "type": "string" + } + }, + "required": [ + "type" + ], + "type": "object" +} - added
Output schema / properties / mcpMetadataAdded value: +{ + "additionalProperties": false, + "properties": { + "actualBytes": { + "minimum": 0, + "type": "integer" + }, + "detail": { + "enum": [ + "summary", + "findings", + "evidence", + "full" + ], + "type": "string" + }, + "findingsTruncated": { + "type": "boolean" + }, + "heavyEvidenceIncluded": { + "type": "boolean" + }, + "requestedMaxBytes": { + "minimum": 5000, + "type": "integer" + }, + "truncated": { + "type": "boolean" + }, + "truncationReason": { + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "detail", + "heavyEvidenceIncluded", + "findingsTruncated", + "requestedMaxBytes", + "actualBytes", + "truncated", + "truncationReason" + ], + "type": "object" +} - added
Output schema / properties / preConsentCookiesTrackers / additionalPropertiesAdded value: +{} - removed
Output schema / properties / preConsentCookiesTrackers / anyOfRemoved value: -[ - {}, - { - "type": "null" - } -] - added
Output schema / properties / preConsentCookiesTrackers / typeAdded value: +"object" - added
Output schema / properties / recommendedNextActionAdded value: +{ + "type": "string" +} - added
Output schema / properties / recommendedNextTool / anyOfAdded value: +[ + { + "enum": [ + "get_scan_status", + "get_scan_bundle" + ], + "type": "string" + }, + { + "type": "null" + } +] - removed
Output schema / properties / recommendedNextTool / typeRemoved value: -[ - "string", - "null" -] - added
Output schema / properties / reportUrlAdded value: +{ + "type": [ + "string", + "null" + ] +} - added
Output schema / properties / riskLevelAdded value: +{ + "type": [ + "string", + "null" + ] +} - removed
Output schema / properties / scanRemoved value: -{ - "additionalProperties": true, - "properties": { - "completedAt": { - "type": [ - "string", - "null" - ] - }, - "coverage": { - "additionalProperties": true, - "properties": { - "limitations": { - "items": { - "type": "string" - }, - "type": "array" - }, - "status": { - "type": "string" - }, - "summary": { - "type": "string" - } - }, - "type": "object" - }, - "createdAt": { - "type": [ - "string", - "null" - ] - }, - "disclaimer": { - "type": "string" - }, - "domain": { - "type": "string" - }, - "links": { - "additionalProperties": true, - "properties": { - "docs": { - "type": "string" - }, - "findings": { - "type": "string" - }, - "latestDomainScan": { - "type": "string" - }, - "pulse": { - "type": "string" - }, - "report": { - "type": "string" - }, - "self": { - "type": "string" - }, - "status": { - "type": "string" - } - }, - "type": "object" - }, - "noGo": { - "$ref": "#/properties/noGo/anyOf/0" - }, - "resultDisposition": { - "$ref": "#/properties/resultDisposition/anyOf/0" - }, - "riskLevel": { - "type": [ - "string", - "null" - ] - }, - "scanFrom": { - "enum": [ - "eu_ie" - ], - "type": "string" - }, - "scanId": { - "type": "string" - }, - "scanTimeSeconds": { - "type": [ - "number", - "null" - ] - }, - "score": { - "anyOf": [ - { - "maximum": 100, - "minimum": 0, - "type": "integer" - }, - { - "type": "null" - } - ] - }, - "startedAt": { - "type": [ - "string", - "null" - ] - }, - "status": { - "$ref": "#/properties/status" - }, - "type": { - "const": "certscore_scan", - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ] - } - }, - "required": [ - "type", - "scanId", - "domain", - "status" - ], - "type": "object" -} - added
Output schema / properties / scoreAdded value: +{ + "anyOf": [ + { + "maximum": 100, + "minimum": 0, + "type": "integer" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / scoreStatusAdded value: +{ + "enum": [ + "provisional", + "final" + ], + "type": "string" +} - added
Output schema / properties / scoreUpdatedAtAdded value: +{ + "type": [ + "string", + "null" + ] +} - added
Output schema / properties / scoreVersionAdded value: +{ + "type": [ + "string", + "null" + ] +} - added
Output schema / properties / summary / additionalPropertiesAdded value: +false - removed
Output schema / properties / summary / anyOfRemoved value: -[ - {}, - { - "type": "null" - } -] - added
Output schema / properties / summary / propertiesAdded value: +{ + "agentInterpretation": { + "anyOf": [ + { + "additionalProperties": false, + "properties": { + "doNotCallThis": { + "items": { + "enum": [ + "legal_advice", + "certification", + "compliance_determination" + ], + "type": "string" + }, + "type": "array" + }, + "requiresHumanReview": { + "const": true, + "type": "boolean" + }, + "responseClass": { + "enum": [ + "completed_pulse", + "pending_pulse", + "api_error", + "rate_limited" + ], + "type": "string" + }, + "safeSummaryUse": { + "type": "boolean" + } + }, + "required": [ + "responseClass", + "safeSummaryUse", + "requiresHumanReview", + "doNotCallThis" + ], + "type": "object" + }, + { + "type": "null" + } + ] + }, + "counts": { + "anyOf": [ + { + "additionalProperties": { + "type": [ + "number", + "boolean", + "null" + ] + }, + "type": "object" + }, + { + "type": "null" + } + ] + }, + "executiveSummary": { + "anyOf": [ + { + "additionalProperties": true, + "properties": { + "actionLabel": { + "type": "string" + }, + "completionSummary": { + "type": "string" + }, + "domain": { + "type": "string" + }, + "issuesToReview": { + "minimum": 0, + "type": "integer" + }, + "riskLevel": { + "type": "string" + }, + "scanTimeSeconds": { + "type": [ + "number", + "null" + ] + }, + "score": { + "anyOf": [ + { + "maximum": 100, + "minimum": 0, + "type": "integer" + }, + { + "type": "null" + } + ] + }, + "scoreLabel": { + "type": "string" + }, + "scoreMetadata": { + "additionalProperties": true, + "properties": { + "coverageConfidence": { + "type": "string" + }, + "coverageRatio": { + "type": [ + "number", + "null" + ] + }, + "kind": { + "type": "string" + }, + "metricLabel": { + "type": "string" + }, + "source": { + "type": "string" + }, + "status": { + "type": "string" + }, + "version": { + "type": [ + "string", + "null" + ] + }, + "withholdingReason": { + "type": [ + "string", + "null" + ] + } + }, + "type": "object" + } + }, + "type": "object" + }, + { + "type": "null" + } + ] + }, + "headline": { + "type": [ + "string", + "null" + ] + } +} - added
Output schema / properties / summary / requiredAdded value: +[ + "headline", + "executiveSummary", + "counts", + "agentInterpretation" +] - added
Output schema / properties / summary / typeAdded value: +"object" - added
Output schema / properties / timingAdded value: +{ + "additionalProperties": false, + "properties": { + "completedAt": { + "type": [ + "string", + "null" + ] + }, + "createdAt": { + "type": [ + "string", + "null" + ] + }, + "scanTimeSeconds": { + "type": [ + "number", + "null" + ] + }, + "startedAt": { + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "createdAt", + "startedAt", + "completedAt", + "scanTimeSeconds" + ], + "type": "object" +} - added
Output schema / properties / urlAdded value: +{ + "type": [ + "string", + "null" + ] +} - changed
Output schema / requiredPrevious value: -[ - "type", - "scanId", - "status", - "scan", - "findings", - "recommendedNextTool", - "disclaimer" -]New value: +[ + "type", + "scanId", + "domain", + "url", + "status", + "score", + "scoreStatus", + "scoreVersion", + "scoreUpdatedAt", + "riskLevel", + "timing", + "summary", + "findings", + "findingsMetadata", + "reportUrl", + "recommendedNextTool", + "recommendedNextAction", + "mcpMetadata", + "disclaimer" +]
- Changed
get_scan_status33 fields changed- removed
Input schema / properties / jobIdRemoved value: -{ - "description": "Pulse job ID for a just-created scan that has not yet returned a scanId.", - "minLength": 1, - "type": "string" -} - changed
Input schema / properties / scanId / descriptionPrevious value: -"Preferred stable CertScore scan ID for API v2 scan status."New value: +"Stable CertScore scan ID returned by scan_site." - added
Input schema / requiredAdded value: +[ + "scanId" +] - added
Output schema / properties / coverageAdded value: +{ + "anyOf": [ + { + "anyOf": [ + { + "not": {} + }, + { + "additionalProperties": true, + "properties": { + "limitations": { + "items": { + "type": "string" + }, + "type": "array" + }, + "status": { + "type": "string" + }, + "summary": { + "type": "string" + } + }, + "type": "object" + } + ] + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / createdAtAdded value: +{ + "type": [ + "string", + "null" + ] +} - changed
Output schema / properties / error / additionalPropertiesPrevious value: -trueNew value: +false - removed
Output schema / properties / error / properties / nameRemoved value: -{ - "type": "string" -} - added
Output schema / properties / error / properties / recommendedNextActionAdded value: +{ + "type": "string" +} - removed
Output schema / properties / error / properties / responseBodyRemoved value: -{} - added
Output schema / properties / error / properties / retryAfterSeconds / anyOfAdded value: +[ + { + "type": "integer" + }, + { + "type": "null" + } +] - removed
Output schema / properties / error / properties / retryAfterSeconds / typeRemoved value: -"integer" - added
Output schema / properties / error / properties / retryableAdded value: +{ + "type": "boolean" +} - removed
Output schema / properties / error / properties / statusRemoved value: -{ - "type": "integer" -} - changed
Output schema / properties / error / requiredPrevious value: -[ - "name", - "message" -]New value: +[ + "code", + "message", + "retryable", + "retryAfterSeconds", + "recommendedNextAction" +] - added
Output schema / properties / estimatedRemainingSecondsAdded value: +{ + "anyOf": [ + { + "minimum": 0, + "type": "integer" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / lastHeartbeatAtAdded value: +{ + "type": [ + "string", + "null" + ] +} - added
Output schema / properties / lastUpdatedAtAdded value: +{ + "type": "string" +} - added
Output schema / properties / linksAdded value: +{ + "additionalProperties": true, + "properties": { + "docs": { + "type": "string" + }, + "findings": { + "type": "string" + }, + "latestDomainScan": { + "type": "string" + }, + "pulse": { + "type": "string" + }, + "report": { + "type": "string" + }, + "self": { + "type": "string" + }, + "status": { + "type": "string" + } + }, + "type": "object" +} - added
Output schema / properties / phaseAdded value: +{ + "type": "string" +} - added
Output schema / properties / phaseStartedAtAdded value: +{ + "type": [ + "string", + "null" + ] +} - added
Output schema / properties / progressIsEstimateAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / progressPercentAdded value: +{ + "maximum": 100, + "minimum": 0, + "type": "integer" +} - added
Output schema / properties / recommendedNextActionAdded value: +{ + "type": "string" +} - added
Output schema / properties / recommendedNextToolAdded value: +{ + "anyOf": [ + { + "enum": [ + "get_scan_status", + "get_scan_bundle" + ], + "type": "string" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / reportUrlAdded value: +{ + "type": [ + "string", + "null" + ] +} - added
Output schema / properties / retryAfterSecondsAdded value: +{ + "anyOf": [ + { + "type": "integer" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / riskLevelAdded value: +{ + "type": [ + "string", + "null" + ] +} - added
Output schema / properties / scoreAdded value: +{ + "anyOf": [ + { + "maximum": 100, + "minimum": 0, + "type": "integer" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / scoreStatusAdded value: +{ + "enum": [ + "provisional", + "final" + ], + "type": "string" +} - added
Output schema / properties / scoreUpdatedAtAdded value: +{ + "type": [ + "string", + "null" + ] +} - added
Output schema / properties / scoreVersionAdded value: +{ + "type": [ + "string", + "null" + ] +} - added
Output schema / properties / stalledAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / urlAdded value: +{ + "type": [ + "string", + "null" + ] +}
- Changed
scan_site6 fields changed- added
Output schema / properties / coverageAdded value: +{ + "anyOf": [ + { + "anyOf": [ + { + "not": {} + }, + { + "additionalProperties": true, + "properties": { + "limitations": { + "items": { + "type": "string" + }, + "type": "array" + }, + "status": { + "type": "string" + }, + "summary": { + "type": "string" + } + }, + "type": "object" + } + ] + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / riskLevelAdded value: +{ + "type": [ + "string", + "null" + ] +} - added
Output schema / properties / scoreAdded value: +{ + "anyOf": [ + { + "maximum": 100, + "minimum": 0, + "type": "integer" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / scoreStatusAdded value: +{ + "enum": [ + "provisional", + "final" + ], + "type": "string" +} - added
Output schema / properties / scoreUpdatedAtAdded value: +{ + "type": [ + "string", + "null" + ] +} - added
Output schema / properties / scoreVersionAdded value: +{ + "type": [ + "string", + "null" + ] +}
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Cookie consent scanner: GDPR, CCPA, GCMv2. PASS/FAIL compliance checklists with fix recommendations.
Cookie consent for GDPR/CCPA: scan sites for trackers, configure consent banners, get install code.
Free front-end security check for any website: a grade plus the secrets and keys it exposes.
Search 26 German/EU statutes free — then scan any website against 33 compliance modules.
Related MCP Servers
- AlicenseAqualityDmaintenanceAudit any website for privacy, security, accessibility, and performance issues — with scores, grades, and actionable fix instructions. No account required.313MIT

pageguard-mcpofficial
AlicenseAqualityFmaintenanceScan any project or website for privacy compliance issues directly in your AI coding tool. Detects tracking tech, cookies, and third-party data collection. Works in Claude Code, Cursor, and Windsurf.3531MIT- AlicenseNot gradedqualityCmaintenanceScans public URLs for compliance and security issues such as leaked API keys, exposed files, missing privacy pages, and security headers, helping developers identify gaps before launch.MIT
- AlicenseNot gradedqualityCmaintenanceHelps individuals analyze privacy policies and verify if a website's technical behavior matches its stated privacy practices.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a distinct lifecycle role: scanning a site, checking scan status, and retrieving the evidence bundle. No overlap in purpose, and the descriptions clearly separate preliminary from completed results.
All tool names share the certscore_ prefix and use snake_case with clear verb-object patterns: scan_site, get_scan_status, get_scan_bundle. The naming convention is uniformly predictable and descriptive.
Three tools are appropriately scoped for a light MCP server covering the full scan workflow: create, poll, and retrieve. Each tool earns its place and the count aligns with the server's stated purpose.
The tool surface covers the complete lifecycle: initiating a scan, monitoring its progress, and retrieving the final evidence bundle. There are no dead ends or obvious missing operations for the advertised domain.