CertScore.ai
Server Details
Scan public websites for privacy, cookie, tracker, consent, policy, and disclosure risk signals. Start instantly with zero-auth Light mode—no account or API key required.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
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?
Beyond the readOnly and destructive annotations, the description discloses bounded responses, detail tiers, byte budgets, truncation metadata, evidence-qualified Accept/Reject content, and the non-legal nature of results. This goes well beyond what annotations alone provide.
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 primary purpose is front-loaded, and each subsequent sentence adds a distinct, non-redundant behavioral caveat or contextual note. Despite the richness of detail, there is no filler or repetition.
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?
For a tool with five parameters, an output schema, and safety annotations, the description covers what sections are returned, how bounds are controlled, what evidence is included, and the limitations of the results. Nothing essential to invoking it correctly 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 coverage is 100%, so the schema already documents every parameter. The description still adds meaning by tying detail tiers and byte budgets to the bounded response and by noting returned/total/truncated metadata, which is a modest but real contribution beyond the schema.
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 ('Returns'), the exact resource ('completed or completed-limited CertScore evidence bundle'), the key input ('stable scanId'), and the return shape (TextContent and structuredContent). This clearly distinguishes the tool from sibling status and scan-start tools.
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 implies usage by requiring a completed scan and stable scanId, and it adds caveats about Accept/Reject content. However, it never explicitly names alternatives such as certscore_get_scan_status or certscore_scan_site, leaving when-to-use routing largely implicit.
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 mark readOnlyHint, idempotentHint, and destructiveHint, and the description adds substantial non-obvious behavior: active responses include phase, heartbeat, estimated progress, retryAfterSeconds, and sometimes a preliminary preConsentPreview; terminal responses include score, risk metadata, coverage, region, timestamps, report URL, and next-action. The explicit distinction between preliminary observations and completed findings is valuable.
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?
Two sentences with the core purpose front-loaded in the first sentence. The second sentence compactly organizes active vs terminal response contents without filler. Every clause adds information that helps the agent call or understand the tool.
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?
For a single-parameter read-only status tool with an output schema present, the description is complete: it covers both lifecycle phases, what fields to expect, the preliminary-vs-completed distinction, and points to a next-action field. No critical gaps are apparent for correct invocation and interpretation.
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% for the single scanId parameter, so the baseline is 3. The description adds provenance and stability context ('Stable CertScore scanId returned by certscore_scan_site'), reinforcing that the ID persists and is expected from a specific upstream call. This goes beyond the schema's simple description.
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?
States a specific verb and resource: 'Returns lifecycle status for a stable CertScore scanId.' The detail on active vs terminal responses clarifies the tool's scope, though it does not explicitly name or differentiate from the sibling get_scan_bundle. Still, the resource and behavior are clearly identified.
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?
Usage is implied: you use this when you have a 'stable CertScore scanId' and want lifecycle status, with active responses including retryAfterSeconds suggesting polling behavior. However, there is no explicit guidance on when to choose this over certscore_get_scan_bundle or certscore_scan_site, leaving some inference to the agent.
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?
The description goes well beyond the annotations by disclosing that the response includes a stable scanId, lifecycle status, retry timing, and sometimes only preliminary preConsentPreview data with no final findings or score. It also clarifies that results are automated public-web observations, not legal advice, certification, or compliance determinations. This directly addresses reuse behavior, preliminary-data limitations, and external side effects consistent with openWorldHint=true.
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 efficient. Each sentence serves a purpose: action, coverage, response content, and caveats. Key behavioral facts are front-loaded, and the documentation link is a useful addition rather than 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?
Given the output schema exists and the input schema is fully documented, the description supplies the remaining context an agent needs: scan coverage, reuse eligibility, lifecycle/retry signals, preliminary-preview bounds, legal caveats, and a docs link. The tool is complete and self-contained for selecting and invoking it correctly.
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 input schema already documents every parameter, including enums and deprecated compatibility fields. The description adds no specific parameter-level detail beyond the schema, which is acceptable at the high-coverage baseline. The mention of scanId, status, and retry timing in the response does not meaningfully clarify parameter semantics.
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 then enumerates the scan coverage areas, making the tool's function unmistakable. The create/reuse framing also distinguishes it from sibling getter tools like certscore_get_scan_status and certscore_get_scan_bundle.
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 conveys when to call this tool: to initiate a new privacy scan or reuse an eligible completed scan. It does not explicitly name sibling tools or state when not to use them, but the create/reuse semantics plus the presence of status/retrieval siblings make the usage context clear. No misleading exclusions are present.
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" +]
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 Servers
- AlicenseNot gradedqualityDmaintenanceEnables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT- AlicenseNot gradedqualityCmaintenanceEnables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.MIT
- AlicenseAqualityAmaintenanceDetects hiring intent signals by scanning job boards for specific companies. Returns structured role data for outbound sales targeting.11961MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool maps to a distinct part of the scan lifecycle: initiating a scan, checking its status, and retrieving the completed evidence bundle. There is no meaningful overlap or ambiguity between them.
All tools share the certscore_ prefix and follow a consistent snake_case verb_noun pattern: scan_site, get_scan_status, get_scan_bundle. The naming is uniform and predictable.
Three tools is appropriately scoped for a focused scan lifecycle: create, poll, and retrieve results. Each tool earns its place and there is no bloat or redundancy.
The tool set covers the full expected workflow for the stated domain: initiating a privacy scan, monitoring its progress, and retrieving the detailed evidence bundle. No obvious lifecycle stage is missing.