Skip to main content
Glama

CertScore.ai MCP Light

Server Details

Free website privacy scanner for pre-consent cookies, trackers, consent, policy, and HTTPS/TLS.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
ergoveritas1-alt/certscore.ai
GitHub Stars
0

Available Tools

3 tools
certscore_get_scan_bundleGet scan bundleA
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
detailNoResponse detail. Defaults to summary; evidence and full opt into heavier retained context.
scanIdYesStable CertScore scan ID.
maxBytesNoRequested 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.
maxFindingsNoMaximum compact findings to return. Defaults to 5 for summary and 20 otherwise.
maxPreConsentRowsNoMaximum compact pre-consent inventory rows to return. Defaults to 20.

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlYes
noGoNo
typeYes
errorYes
linksNo
scoreYes
detailYes
domainYes
scanIdYes
statusYes
timingNo
summaryNo
coverageNo
findingsYes
scanFromYes
createdAtYes
reportUrlYes
riskLevelYes
startedAtYes
disclaimerYes
fullReportNo
provenanceYes
scoreLabelYes
completedAtYes
gpcResponseNo
mcpMetadataYes
scoreStatusYes
scoreVersionYes
scoreUpdatedAtYes
evidenceSummaryNo
scanTimeSecondsYes
findingsMetadataYes
resultDispositionNo
transportSecurityYes
evidenceUrlTemplateNo
recommendedNextToolYes
postAcceptObservationNo
recommendedNextActionYes
interpretationGuidanceYes
postRefusalObservationNo
observationOnlyDisclaimerYes
preConsentCookiesTrackersNo

TDQS

A4.4/5.0
Behavior5/5

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

Even though annotations already mark the tool as readOnly and non-destructive, the description goes well beyond them. It discloses bounded response sizes, returned/total/truncated/omitted metadata, Accept and Reject Path qualification rules, provenance, coverage limitations, and the explicit disclaimer that results are not legal advice or certification.

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

Conciseness5/5

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

The first sentence front-loads the tool's core behavior, and every following sentence earns its place by adding behavior, bounds, evidence qualification, or a necessary legal disclaimer. There is no tautology or filler.

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

Completeness4/5

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

With an output schema present and all parameters fully documented, the description covers the remaining essential context: bundle sections, bounded budgeting metadata, evidence qualification, coverage limitations, and the non-authoritative nature of the results. The only modest gap is not providing an explicit pointer to sibling tools for status checks or new scans.

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

Parameters3/5

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

Schema coverage is 100%, so the schema already documents all five parameters and their defaults. The description adds a useful high-level note that 'detail tiers and byte budgets' control the bounded response, but it does not materially extend per-parameter meaning beyond what the schema already provides.

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

Purpose5/5

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

The description opens with a precise verb and resource: 'Returns the completed or completed-limited CertScore evidence bundle for a stable scanId.' It further differentiates the tool from its siblings by enumerating what the bundle contains, so an agent can tell this from status lookup or initiating a scan.

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

Usage Guidelines4/5

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

Clear context is provided: this is for a stable scanId and only for completed or completed-limited scans, with detail tiers and byte budgets available. However, it does not explicitly contrast with certscore_get_scan_status or certscore_scan_site, so routing to those alternatives is left somewhat to inference.

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

certscore_get_scan_statusGet scan statusA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
scanIdYesStable CertScore scan ID returned by certscore_scan_site.

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlNo
noGoNo
typeNo
errorYes
jobIdNo
linksNo
phaseNo
scoreNo
domainNo
scanIdNo
statusNo
scan_idNo
stalledNo
coverageNo
scanFromNo
createdAtNo
reportUrlNo
riskLevelNo
startedAtNo
provenanceYes
scoreLabelYes
completedAtNo
gpcResponseNo
scoreStatusNo
scoreVersionNo
lastUpdatedAtNo
phaseStartedAtNo
scoreUpdatedAtNo
lastHeartbeatAtNo
progressPercentNo
scanTimeSecondsNo
preConsentPreviewNo
resultDispositionNo
retryAfterSecondsNo
progressIsEstimateNo
recommendedNextToolYes
postAcceptObservationNo
recommendedNextActionYes
interpretationGuidanceYes
postRefusalObservationNo
estimatedRemainingSecondsNo
observationOnlyDisclaimerYes

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior, so the bar is lower. The description adds substantial behavioral detail beyond annotations: active responses include phase, heartbeat, progress, retryAfterSeconds, and preliminary previews, while terminal responses include score, coverage, region, timestamps, and next-action fields. It also explicitly warns that preliminary observations are distinct from completed findings.

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

Conciseness5/5

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

The description is dense but every sentence earns its place: core purpose, active-response contents, terminal-response contents, and a caveat about preliminary versus completed findings. It is front-loaded with the main function and contains no filler.

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

Completeness5/5

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

With an output schema available and only one parameter, the description provides sufficient context for correct invocation. It covers the lifecycle states, the distinction between preliminary and final data, and even hints at next actions, so an agent can confidently call the tool and interpret the response.

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

Parameters3/5

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

The single required parameter is fully documented in the schema with 100% coverage. The description repeats that the scanId comes from certscore_scan_site and adds the word 'stable,' but it does not introduce meaning beyond the schema. Baseline 3 is appropriate because the schema carries the documentation weight.

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

Purpose5/5

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

The description opens with a specific verb and resource: 'Returns lifecycle status for a stable CertScore scanId.' It then distinguishes active from terminal responses, which clearly separates it from siblings like certscore_get_scan_bundle and certscore_scan_site.

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

Usage Guidelines4/5

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

The description clearly implies the intended workflow: it should be used with a stable scanId returned by certscore_scan_site, and it describes what kind of status information the caller can expect. It does not explicitly name alternatives or state when to prefer this over certscore_get_scan_bundle, but the context is strong enough to avoid misuse.

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

certscore_scan_siteScan siteAInspect

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

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

Output Schema

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

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the annotations, the description discloses the response contents (stable scanId, lifecycle status, retry timing, sometimes a bounded preConsentPreview), the non-final nature of preliminary data, and the tool's non-legal/non-certification limitation. This is substantial behavioral context that the bare annotations and schema would not convey.

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

Conciseness5/5

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

The description is four sentences with no redundancy: core action, coverage scope, response shape with preview caveat, and a documentation link. The decision-relevant create-or-reuse behavior is front-loaded, and every sentence adds value.

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

Completeness5/5

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

Given the presence of an output schema and annotations, the description supplies the extra context an agent needs: what the scan covers, what preliminary data means, that the tool is asynchronous, and where to find deeper workflow documentation. Nothing critical for deciding whether or how to call this tool is missing.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description reinforces the freshness/reuse distinction and the never-waits-for-completion behavior, which lightly supports understanding of freshness and waitForCompletion, but it does not add parameter-level meaning beyond what the input schema already provides.

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

Purpose5/5

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

The description opens with a specific verb and resource: 'Creates a public-website privacy scan or reuses an eligible recent completed scan.' It clearly enumerates what the scan covers and clarifies that the tool initiates or reuses scans, which distinguishes it from the retrieval-oriented sibling tools certscore_get_scan_bundle and certscore_get_scan_status.

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

Usage Guidelines4/5

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

The description clearly implies when to use this tool: to start a scan or reuse a recent eligible one, and it explicitly states the tool never waits for scan completion. It doesn't name sibling alternatives or give explicit 'when not to use' guidance, but the sibling names and the create/reuse framing make the boundary reasonably clear.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changedcertscore_get_scan_bundle3 fields changed
      • addedOutput schema / properties / fullReport / properties / gpcResponse
        Added value: +{
        +  "anyOf": [
        +    {
        +      "$ref": "#/properties/gpcResponse/anyOf/0/anyOf/1/anyOf/0"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / fullReport / properties / postAcceptObservation
        Added value: +{
        +  "anyOf": [
        +    {
        +      "$ref": "#/properties/postAcceptObservation/anyOf/0/anyOf/1/anyOf/0"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / fullReport / properties / postRefusalObservation
        Added value: +{
        +  "anyOf": [
        +    {
        +      "$ref": "#/properties/postRefusalObservation/anyOf/0/anyOf/1/anyOf/0"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
  2. 3 tool updates
    • Changedcertscore_get_scan_bundle3 fields changed
      • addedOutput schema / properties / gpcResponse
        Added 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"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / postAcceptObservation
        Added 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"
        +    }
        +  ]
        +}
      • changedOutput schema / properties / postRefusalObservation / anyOf
        Previous 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"
        +  }
        +]
    • Changedcertscore_get_scan_status3 fields changed
      • addedOutput schema / properties / gpcResponse
        Added 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"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / postAcceptObservation
        Added 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"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / postRefusalObservation
        Added 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"
        +    }
        +  ]
        +}
    • Changedcertscore_scan_site3 fields changed
      • addedOutput schema / properties / gpcResponse
        Added 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"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / postAcceptObservation
        Added 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"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / postRefusalObservation
        Added 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"
        +    }
        +  ]
        +}
  3. 1 tool update
    • Changedcertscore_scan_site2 fields changed
      • changedInput schema / properties / freshness / description
        Previous 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."
      • changedInput schema / properties / scanFrom / description
        Previous 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."
  4. 3 tool updates
    • Changedcertscore_get_scan_bundle2 fields changed
      • addedOutput schema / properties / preConsentCookiesTrackers / properties / summary / properties / trackerCategoryCounts
        Added 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"
        +}
      • addedOutput schema / properties / preConsentCookiesTrackers / properties / summary / properties / trackerCountScope
        Added value: +{
        +  "const": "canonical_inventory_rows_including_operational",
        +  "type": "string"
        +}
    • Changedcertscore_get_scan_status1 field changed
      • addedOutput schema / properties / preConsentPreview
        Added 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"
        +}
    • Changedcertscore_scan_site3 fields changed
      • changedInput schema / properties / maxWaitSeconds / description
        Previous 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."
      • changedInput schema / properties / waitForCompletion / description
        Previous 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."
      • addedOutput schema / properties / preConsentPreview
        Added 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"
        +}
  5. 1 tool update
    • Changedcertscore_scan_site2 fields changed
      • changedInput schema / properties / maxWaitSeconds / description
        Previous 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."
      • changedInput schema / properties / waitForCompletion / description
        Previous 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."
  6. 1 tool update
    • Changedcertscore_get_scan_bundle1 field changed
      • changedOutput schema / properties / postRefusalObservation / anyOf
        Previous 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"
        +  }
        +]
  7. 1 tool update
    • Changedcertscore_get_scan_bundle1 field changed
      • addedOutput schema / properties / postRefusalObservation
        Added 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"
        +    }
        +  ]
        +}
  8. 1 tool update
    • Changedcertscore_get_scan_bundle3 fields changed
      • addedOutput schema / properties / mcpMetadata / properties / canonicalFindingsComplete
        Added value: +{
        +  "type": "boolean"
        +}
      • changedOutput schema / properties / mcpMetadata / required
        Previous 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"
        +]
      • changedOutput schema / required
        Previous 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"
        +]
  9. 3 tool updates
    • Changedcertscore_get_scan_bundle18 fields changed
      • changedInput schema / properties / maxBytes / description
        Previous 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."
      • addedOutput schema / properties / evidenceUrlTemplate
        Added value: +{
        +  "const": "{contentUrls.findings}/{findingId}",
        +  "type": "string"
        +}
      • removedOutput schema / properties / findings / items / additionalProperties
        Removed value: -true
      • addedOutput schema / properties / findings / items / anyOf
        Added 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"
        +  }
        +]
      • removedOutput schema / properties / findings / items / properties
        Removed 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"
        -  }
        -}
      • removedOutput schema / properties / findings / items / required
        Removed value: -[
        -  "type",
        -  "id",
        -  "scanId",
        -  "label",
        -  "criticality",
        -  "confidence",
        -  "plainEnglish",
        -  "evidence"
        -]
      • removedOutput schema / properties / findings / items / type
        Removed value: -"object"
      • addedOutput schema / properties / mcpMetadata / properties / deduplicatedSections
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / mcpMetadata / properties / effectiveMaxBytes
        Added value: +{
        +  "maximum": 200000,
        +  "minimum": 5000,
        +  "type": "integer"
        +}
      • addedOutput schema / properties / mcpMetadata / properties / fullPayloadBytes
        Added value: +{
        +  "minimum": 0,
        +  "type": "integer"
        +}
      • addedOutput schema / properties / mcpMetadata / properties / responseBudgetClamped
        Added value: +{
        +  "type": "boolean"
        +}
      • addedOutput schema / properties / mcpMetadata / properties / responseCeilingBytes
        Added value: +{
        +  "maximum": 200000,
        +  "minimum": 5000,
        +  "type": "integer"
        +}
      • changedOutput schema / properties / mcpMetadata / required
        Previous 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"
        +]
      • addedOutput schema / properties / provenance / properties / creationDecision
        Added value: +{
        +  "enum": [
        +    "new_scan",
        +    "reused_scan",
        +    "unknown"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / provenance / properties / retrievalMode
        Added value: +{
        +  "enum": [
        +    "creation_response",
        +    "scan_id_lookup",
        +    "unknown"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / provenance / properties / scanAgeSeconds
        Added value: +{
        +  "anyOf": [
        +    {
        +      "minimum": 0,
        +      "type": "integer"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • changedOutput schema / properties / provenance / required
        Previous value: -[
        -  "mode",
        -  "executionMode",
        -  "reused",
        -  "freshnessDecision"
        -]New value: +[
        +  "mode",
        +  "retrievalMode",
        +  "creationDecision",
        +  "scanAgeSeconds",
        +  "executionMode",
        +  "reused",
        +  "freshnessDecision"
        +]
      • changedOutput schema / required
        Previous 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"
        +]
    • Changedcertscore_get_scan_status4 fields changed
      • addedOutput schema / properties / provenance / properties / creationDecision
        Added value: +{
        +  "enum": [
        +    "new_scan",
        +    "reused_scan",
        +    "unknown"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / provenance / properties / retrievalMode
        Added value: +{
        +  "enum": [
        +    "creation_response",
        +    "scan_id_lookup",
        +    "unknown"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / provenance / properties / scanAgeSeconds
        Added value: +{
        +  "anyOf": [
        +    {
        +      "minimum": 0,
        +      "type": "integer"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • changedOutput schema / properties / provenance / required
        Previous value: -[
        -  "mode",
        -  "executionMode",
        -  "reused",
        -  "freshnessDecision"
        -]New value: +[
        +  "mode",
        +  "retrievalMode",
        +  "creationDecision",
        +  "scanAgeSeconds",
        +  "executionMode",
        +  "reused",
        +  "freshnessDecision"
        +]
    • Changedcertscore_scan_site4 fields changed
      • addedOutput schema / properties / provenance / properties / creationDecision
        Added value: +{
        +  "enum": [
        +    "new_scan",
        +    "reused_scan",
        +    "unknown"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / provenance / properties / retrievalMode
        Added value: +{
        +  "enum": [
        +    "creation_response",
        +    "scan_id_lookup",
        +    "unknown"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / provenance / properties / scanAgeSeconds
        Added value: +{
        +  "anyOf": [
        +    {
        +      "minimum": 0,
        +      "type": "integer"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • changedOutput schema / properties / provenance / required
        Previous value: -[
        -  "mode",
        -  "executionMode",
        -  "reused",
        -  "freshnessDecision"
        -]New value: +[
        +  "mode",
        +  "retrievalMode",
        +  "creationDecision",
        +  "scanAgeSeconds",
        +  "executionMode",
        +  "reused",
        +  "freshnessDecision"
        +]
  10. 1 tool update
    • Changedcertscore_scan_site2 fields changed
      • changedInput schema / properties / maxWaitSeconds / description
        Previous 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."
      • changedInput schema / properties / waitForCompletion / description
        Previous 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."
  11. 1 tool update
    • Changedcertscore_scan_site1 field changed
      • addedOutput schema / properties / demoSubstitution
        Added 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"
        +}
  12. 3 tool updates
    • Changedcertscore_get_scan_bundle4 fields changed
      • addedOutput schema / properties / fullReport / properties / transportSecurity
        Added 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"
        +}
      • addedOutput schema / properties / scanFrom
        Added value: +{
        +  "anyOf": [
        +    {
        +      "enum": [
        +        "eu_de",
        +        "eu_ie",
        +        "california"
        +      ],
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / transportSecurity
        Added value: +{
        +  "$ref": "#/properties/fullReport/properties/transportSecurity"
        +}
      • changedOutput schema / required
        Previous 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"
        +]
    • Changedcertscore_get_scan_status1 field changed
      • addedOutput schema / properties / scanFrom
        Added value: +{
        +  "anyOf": [
        +    {
        +      "enum": [
        +        "eu_de",
        +        "eu_ie",
        +        "california"
        +      ],
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
    • Changedcertscore_scan_site2 fields changed
      • changedInput schema / properties / freshness / description
        Previous 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."
      • changedInput schema / properties / scanFrom / description
        Previous 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."
  13. 3 tool updates
    • Changedcertscore_get_scan_bundle10 fields changed
      • changedInput schema / properties / maxPreConsentRows / description
        Previous 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."
      • addedOutput schema / properties / findingsMetadata / properties / returned
        Added value: +{
        +  "minimum": 0,
        +  "type": "integer"
        +}
      • changedOutput schema / properties / findingsMetadata / required
        Previous value: -[
        -  "shown",
        -  "total",
        -  "truncated"
        -]New value: +[
        +  "shown",
        +  "returned",
        +  "total",
        +  "truncated"
        +]
      • addedOutput schema / properties / interpretationGuidance
        Added 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"
        +}
      • changedOutput schema / properties / preConsentCookiesTrackers / additionalProperties
        Previous value: -{}New value: +false
      • addedOutput schema / properties / preConsentCookiesTrackers / properties
        Added 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"
        +  }
        +}
      • addedOutput schema / properties / preConsentCookiesTrackers / required
        Added value: +[
        +  "summary",
        +  "rows",
        +  "total",
        +  "returned",
        +  "truncated"
        +]
      • addedOutput schema / properties / provenance
        Added 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"
        +}
      • addedOutput schema / properties / scoreLabel
        Added value: +{
        +  "const": "CertScore score",
        +  "type": "string"
        +}
      • changedOutput schema / required
        Previous 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"
        +]
    • Changedcertscore_get_scan_status4 fields changed
      • addedOutput schema / properties / interpretationGuidance
        Added 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"
        +}
      • addedOutput schema / properties / provenance
        Added 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"
        +}
      • addedOutput schema / properties / scoreLabel
        Added value: +{
        +  "const": "CertScore score",
        +  "type": "string"
        +}
      • changedOutput schema / required
        Previous value: -[
        -  "error",
        -  "recommendedNextTool",
        -  "recommendedNextAction",
        -  "observationOnlyDisclaimer"
        -]New value: +[
        +  "scoreLabel",
        +  "error",
        +  "provenance",
        +  "interpretationGuidance",
        +  "recommendedNextTool",
        +  "recommendedNextAction",
        +  "observationOnlyDisclaimer"
        +]
    • Changedcertscore_scan_site6 fields changed
      • addedOutput schema / properties / interpretationGuidance
        Added 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"
        +}
      • addedOutput schema / properties / links
        Added 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"
        +}
      • addedOutput schema / properties / provenance
        Added 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"
        +}
      • addedOutput schema / properties / reportUrl
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / scoreLabel
        Added value: +{
        +  "const": "CertScore score",
        +  "type": "string"
        +}
      • changedOutput schema / required
        Previous value: -[
        -  "type",
        -  "status",
        -  "error",
        -  "recommendedNextTool",
        -  "recommendedNextAction",
        -  "observationOnlyDisclaimer"
        -]New value: +[
        +  "type",
        +  "status",
        +  "scoreLabel",
        +  "error",
        +  "provenance",
        +  "interpretationGuidance",
        +  "recommendedNextTool",
        +  "recommendedNextAction",
        +  "observationOnlyDisclaimer"
        +]
  14. 6 tool updates
    • Addedcertscore_get_scan_bundle
    • Addedcertscore_get_scan_status
    • Addedcertscore_scan_site
    • Removedget_scan_bundle
    • Removedget_scan_status
    • Removedscan_site
  15. 1 tool update
    • Changedscan_site2 fields changed
      • changedInput schema / properties / scanFrom / enum
        Previous value: -[
        -  "eu_ie"
        -]New value: +[
        +  "eu_de",
        +  "eu_ie",
        +  "california"
        +]
      • changedOutput schema / properties / scanFrom / enum
        Previous value: -[
        -  "eu_ie"
        -]New value: +[
        +  "eu_de",
        +  "eu_ie",
        +  "california"
        +]
  16. 3 tool updates
    • Changedget_scan_bundle13 fields changed
      • addedOutput schema / properties / completedAt
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / createdAt
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / detail
        Added value: +{
        +  "enum": [
        +    "summary",
        +    "findings",
        +    "evidence",
        +    "full"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / error
        Added value: +{
        +  "anyOf": [
        +    {
        +      "additionalProperties": false,
        +      "properties": {
        +        "code": {
        +          "type": "string"
        +        },
        +        "field": {
        +          "type": "string"
        +        },
        +        "mcpCode": {
        +          "type": "integer"
        +        },
        +        "message": {
        +          "type": "string"
        +        },
        +        "name": {
        +          "type": "string"
        +        },
        +        "recommendedNextAction": {
        +          "type": "string"
        +        },
        +        "responseBody": {},
        +        "retryAfterSeconds": {
        +          "anyOf": [
        +            {
        +              "type": "integer"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ]
        +        },
        +        "retryable": {
        +          "type": "boolean"
        +        },
        +        "status": {
        +          "type": "integer"
        +        }
        +      },
        +      "required": [
        +        "code",
        +        "message",
        +        "retryable",
        +        "retryAfterSeconds",
        +        "recommendedNextAction"
        +      ],
        +      "type": "object"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / mcpMetadata / properties / contentUrls
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "type": "object"
        +}
      • addedOutput schema / properties / mcpMetadata / properties / nextRecommendedMaxBytes
        Added value: +{
        +  "anyOf": [
        +    {
        +      "maximum": 200000,
        +      "minimum": 5000,
        +      "type": "integer"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / mcpMetadata / properties / omittedContentAvailableViaUrl
        Added value: +{
        +  "type": "boolean"
        +}
      • addedOutput schema / properties / mcpMetadata / properties / omittedSections
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • changedOutput schema / properties / mcpMetadata / required
        Previous value: -[
        -  "detail",
        -  "heavyEvidenceIncluded",
        -  "findingsTruncated",
        -  "requestedMaxBytes",
        -  "actualBytes",
        -  "truncated",
        -  "truncationReason"
        -]New value: +[
        +  "detail",
        +  "heavyEvidenceIncluded",
        +  "findingsTruncated",
        +  "requestedMaxBytes",
        +  "actualBytes",
        +  "truncated",
        +  "truncationReason",
        +  "omittedSections",
        +  "nextRecommendedMaxBytes",
        +  "omittedContentAvailableViaUrl",
        +  "contentUrls"
        +]
      • addedOutput schema / properties / observationOnlyDisclaimer
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / scanTimeSeconds
        Added value: +{
        +  "type": [
        +    "number",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / startedAt
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • changedOutput schema / required
        Previous value: -[
        -  "type",
        -  "scanId",
        -  "domain",
        -  "url",
        -  "status",
        -  "score",
        -  "scoreStatus",
        -  "scoreVersion",
        -  "scoreUpdatedAt",
        -  "riskLevel",
        -  "timing",
        -  "summary",
        -  "findings",
        -  "findingsMetadata",
        -  "reportUrl",
        -  "recommendedNextTool",
        -  "recommendedNextAction",
        -  "mcpMetadata",
        -  "disclaimer"
        -]New value: +[
        +  "type",
        +  "detail",
        +  "scanId",
        +  "domain",
        +  "url",
        +  "status",
        +  "score",
        +  "scoreStatus",
        +  "scoreVersion",
        +  "scoreUpdatedAt",
        +  "riskLevel",
        +  "createdAt",
        +  "startedAt",
        +  "completedAt",
        +  "scanTimeSeconds",
        +  "timing",
        +  "summary",
        +  "findings",
        +  "findingsMetadata",
        +  "reportUrl",
        +  "recommendedNextTool",
        +  "recommendedNextAction",
        +  "error",
        +  "mcpMetadata",
        +  "observationOnlyDisclaimer",
        +  "disclaimer"
        +]
    • Changedget_scan_status7 fields changed
      • removedOutput schema / properties / error / additionalProperties
        Removed value: -false
      • addedOutput schema / properties / error / anyOf
        Added value: +[
        +  {
        +    "additionalProperties": false,
        +    "properties": {
        +      "code": {
        +        "type": "string"
        +      },
        +      "field": {
        +        "type": "string"
        +      },
        +      "mcpCode": {
        +        "type": "integer"
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "name": {
        +        "type": "string"
        +      },
        +      "recommendedNextAction": {
        +        "type": "string"
        +      },
        +      "responseBody": {},
        +      "retryAfterSeconds": {
        +        "anyOf": [
        +          {
        +            "type": "integer"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "retryable": {
        +        "type": "boolean"
        +      },
        +      "status": {
        +        "type": "integer"
        +      }
        +    },
        +    "required": [
        +      "code",
        +      "message",
        +      "retryable",
        +      "retryAfterSeconds",
        +      "recommendedNextAction"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "type": "null"
        +  }
        +]
      • removedOutput schema / properties / error / properties
        Removed value: -{
        -  "code": {
        -    "type": "string"
        -  },
        -  "message": {
        -    "type": "string"
        -  },
        -  "recommendedNextAction": {
        -    "type": "string"
        -  },
        -  "retryAfterSeconds": {
        -    "anyOf": [
        -      {
        -        "type": "integer"
        -      },
        -      {
        -        "type": "null"
        -      }
        -    ]
        -  },
        -  "retryable": {
        -    "type": "boolean"
        -  }
        -}
      • removedOutput schema / properties / error / required
        Removed value: -[
        -  "code",
        -  "message",
        -  "retryable",
        -  "retryAfterSeconds",
        -  "recommendedNextAction"
        -]
      • removedOutput schema / properties / error / type
        Removed value: -"object"
      • addedOutput schema / properties / observationOnlyDisclaimer
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / required
        Added value: +[
        +  "error",
        +  "recommendedNextTool",
        +  "recommendedNextAction",
        +  "observationOnlyDisclaimer"
        +]
    • Changedscan_site10 fields changed
      • addedOutput schema / properties / createdAt
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / error
        Added value: +{
        +  "anyOf": [
        +    {
        +      "additionalProperties": false,
        +      "properties": {
        +        "code": {
        +          "type": "string"
        +        },
        +        "field": {
        +          "type": "string"
        +        },
        +        "mcpCode": {
        +          "type": "integer"
        +        },
        +        "message": {
        +          "type": "string"
        +        },
        +        "name": {
        +          "type": "string"
        +        },
        +        "recommendedNextAction": {
        +          "type": "string"
        +        },
        +        "responseBody": {},
        +        "retryAfterSeconds": {
        +          "anyOf": [
        +            {
        +              "type": "integer"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ]
        +        },
        +        "retryable": {
        +          "type": "boolean"
        +        },
        +        "status": {
        +          "type": "integer"
        +        }
        +      },
        +      "required": [
        +        "code",
        +        "message",
        +        "retryable",
        +        "retryAfterSeconds",
        +        "recommendedNextAction"
        +      ],
        +      "type": "object"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / observationOnlyDisclaimer
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / recommendedNextAction
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / recommendedNextTool
        Added value: +{
        +  "anyOf": [
        +    {
        +      "enum": [
        +        "get_scan_status",
        +        "get_scan_bundle"
        +      ],
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / status / anyOf
        Added value: +[
        +  {
        +    "enum": [
        +      "queued",
        +      "running",
        +      "finalizing",
        +      "completed",
        +      "completed_limited",
        +      "failed",
        +      "expired",
        +      "rate_limited"
        +    ],
        +    "type": "string"
        +  },
        +  {
        +    "const": "invalid_arguments",
        +    "type": "string"
        +  }
        +]
      • removedOutput schema / properties / status / enum
        Removed value: -[
        -  "queued",
        -  "running",
        -  "finalizing",
        -  "completed",
        -  "completed_limited",
        -  "failed",
        -  "expired",
        -  "rate_limited"
        -]
      • removedOutput schema / properties / status / type
        Removed value: -"string"
      • changedOutput schema / properties / type / enum
        Previous value: -[
        -  "certscore_scan",
        -  "certscore_scan_job"
        -]New value: +[
        +  "certscore_scan",
        +  "certscore_scan_job",
        +  "certscore_tool_error"
        +]
      • changedOutput schema / required
        Previous value: -[
        -  "type",
        -  "status"
        -]New value: +[
        +  "type",
        +  "status",
        +  "error",
        +  "recommendedNextTool",
        +  "recommendedNextAction",
        +  "observationOnlyDisclaimer"
        +]
  17. 3 tool updates
    • Changedget_scan_bundle37 fields changed
      • addedInput schema / properties / detail
        Added value: +{
        +  "description": "Response detail. Defaults to summary; evidence and full opt into heavier retained context.",
        +  "enum": [
        +    "summary",
        +    "findings",
        +    "evidence",
        +    "full"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / maxBytes
        Added value: +{
        +  "description": "Maximum serialized structured response size in bytes. Defaults to 50000.",
        +  "maximum": 200000,
        +  "minimum": 5000,
        +  "type": "integer"
        +}
      • changedInput schema / properties / maxFindings / description
        Previous value: -"Maximum compact findings to return. Defaults to 20."New value: +"Maximum compact findings to return. Defaults to 5 for summary and 20 otherwise."
      • changedInput schema / properties / maxPreConsentRows / description
        Previous value: -"Maximum pre-consent inventory rows to return. Defaults to 20."New value: +"Maximum pre-consent inventory rows when evidence is requested. Defaults to 20."
      • addedOutput schema / properties / coverage
        Added value: +{
        +  "anyOf": [
        +    {
        +      "anyOf": [
        +        {
        +          "not": {}
        +        },
        +        {
        +          "additionalProperties": true,
        +          "properties": {
        +            "limitations": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "status": {
        +              "type": "string"
        +            },
        +            "summary": {
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        }
        +      ]
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / domain
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / evidenceSummary / additionalProperties
        Added value: +{}
      • removedOutput schema / properties / evidenceSummary / anyOf
        Removed value: -[
        -  {},
        -  {
        -    "type": "null"
        -  }
        -]
      • addedOutput schema / properties / evidenceSummary / type
        Added value: +"object"
      • addedOutput schema / properties / findings / items / additionalProperties
        Added value: +true
      • addedOutput schema / properties / findings / items / properties
        Added 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"
        +  }
        +}
      • addedOutput schema / properties / findings / items / required
        Added value: +[
        +  "type",
        +  "id",
        +  "scanId",
        +  "label",
        +  "criticality",
        +  "confidence",
        +  "plainEnglish",
        +  "evidence"
        +]
      • addedOutput schema / properties / findings / items / type
        Added value: +"object"
      • addedOutput schema / properties / findingsMetadata
        Added value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "shown": {
        +      "minimum": 0,
        +      "type": "integer"
        +    },
        +    "total": {
        +      "minimum": 0,
        +      "type": "integer"
        +    },
        +    "truncated": {
        +      "type": "boolean"
        +    }
        +  },
        +  "required": [
        +    "shown",
        +    "total",
        +    "truncated"
        +  ],
        +  "type": "object"
        +}
      • addedOutput schema / properties / fullReport
        Added value: +{
        +  "additionalProperties": true,
        +  "properties": {
        +    "agentInterpretation": {
        +      "$ref": "#/properties/summary/properties/agentInterpretation/anyOf/0"
        +    },
        +    "capabilities": {
        +      "additionalProperties": false,
        +      "properties": {
        +        "doesNotProvide": {
        +          "items": {
        +            "enum": [
        +              "legal_advice",
        +              "certification",
        +              "compliance_determination"
        +            ],
        +            "type": "string"
        +          },
        +          "type": "array"
        +        },
        +        "method": {
        +          "const": "automated_runtime_analysis",
        +          "type": "string"
        +        },
        +        "observes": {
        +          "items": {
        +            "enum": [
        +              "pre_consent_tracking",
        +              "cmp_load_order",
        +              "third_party_requests",
        +              "consent_enforcement_gaps",
        +              "cookie_activity",
        +              "accessibility_signals",
        +              "disclosure_inconsistencies"
        +            ],
        +            "type": "string"
        +          },
        +          "type": "array"
        +        }
        +      },
        +      "required": [
        +        "method",
        +        "observes",
        +        "doesNotProvide"
        +      ],
        +      "type": "object"
        +    },
        +    "coverage": {
        +      "additionalProperties": true,
        +      "properties": {
        +        "homepageObserved": {
        +          "type": "boolean"
        +        },
        +        "interruptionCount": {
        +          "type": "integer"
        +        },
        +        "interruptions": {
        +          "items": {
        +            "additionalProperties": true,
        +            "properties": {
        +              "label": {
        +                "type": "string"
        +              },
        +              "reason": {
        +                "type": "string"
        +              },
        +              "reviewReason": {
        +                "type": "string"
        +              },
        +              "reviewTitle": {
        +                "type": "string"
        +              }
        +            },
        +            "required": [
        +              "label",
        +              "reason"
        +            ],
        +            "type": "object"
        +          },
        +          "type": "array"
        +        },
        +        "limitations": {
        +          "items": {
        +            "type": "string"
        +          },
        +          "type": "array"
        +        },
        +        "status": {
        +          "type": "string"
        +        },
        +        "summary": {
        +          "type": "string"
        +        }
        +      },
        +      "type": "object"
        +    },
        +    "disclaimer": {
        +      "type": "string"
        +    },
        +    "domain": {
        +      "type": "string"
        +    },
        +    "feedback": {
        +      "additionalProperties": true,
        +      "properties": {
        +        "email": {
        +          "type": "string"
        +        },
        +        "feedbackUrl": {
        +          "type": "string"
        +        },
        +        "negativeUrl": {
        +          "type": "string"
        +        },
        +        "positiveUrl": {
        +          "type": "string"
        +        },
        +        "prompt": {
        +          "type": "string"
        +        }
        +      },
        +      "required": [
        +        "email"
        +      ],
        +      "type": "object"
        +    },
        +    "links": {
        +      "additionalProperties": true,
        +      "properties": {
        +        "canonicalPulseUrl": {
        +          "type": "string"
        +        },
        +        "docsUrl": {
        +          "type": "string"
        +        },
        +        "evidenceJsonUrl": {
        +          "type": "string"
        +        },
        +        "findingsReferenceUrl": {
        +          "type": "string"
        +        },
        +        "fullJsonUrl": {
        +          "type": "string"
        +        },
        +        "fullReportUrl": {
        +          "type": "string"
        +        },
        +        "immutableFullJsonUrl": {
        +          "type": "string"
        +        },
        +        "immutableJsonUrl": {
        +          "type": "string"
        +        },
        +        "immutableMarkdownUrl": {
        +          "type": "string"
        +        },
        +        "jsonUrl": {
        +          "type": "string"
        +        },
        +        "markdownUrl": {
        +          "type": "string"
        +        },
        +        "scanJsonUrl": {
        +          "type": "string"
        +        },
        +        "summaryJsonUrl": {
        +          "type": "string"
        +        }
        +      },
        +      "type": "object"
        +    },
        +    "meta": {
        +      "additionalProperties": true,
        +      "properties": {
        +        "apiVersion": {
        +          "type": "string"
        +        },
        +        "detail": {
        +          "enum": [
        +            "tiny",
        +            "standard",
        +            "full",
        +            "summary",
        +            "evidence"
        +          ],
        +          "type": "string"
        +        },
        +        "format": {
        +          "enum": [
        +            "json",
        +            "markdown"
        +          ],
        +          "type": "string"
        +        },
        +        "generatedAt": {
        +          "type": "string"
        +        },
        +        "projectionVersion": {
        +          "type": "string"
        +        },
        +        "pulseVersion": {
        +          "type": "string"
        +        },
        +        "schemaVersion": {
        +          "type": "string"
        +        },
        +        "source": {
        +          "type": "string"
        +        }
        +      },
        +      "type": "object"
        +    },
        +    "noGo": {
        +      "$ref": "#/properties/noGo/anyOf/0"
        +    },
        +    "request": {
        +      "additionalProperties": {},
        +      "type": "object"
        +    },
        +    "resultDisposition": {
        +      "$ref": "#/properties/resultDisposition/anyOf/0"
        +    },
        +    "scanId": {
        +      "type": "string"
        +    },
        +    "scanStatus": {
        +      "type": "string"
        +    },
        +    "scan_id": {
        +      "type": "string"
        +    },
        +    "summary": {
        +      "additionalProperties": true,
        +      "properties": {
        +        "benchmark": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "coverageNote": {
        +          "type": "string"
        +        },
        +        "headline": {
        +          "type": "string"
        +        },
        +        "humanSummary": {
        +          "type": "string"
        +        },
        +        "machineSummary": {
        +          "additionalProperties": {},
        +          "type": "object"
        +        },
        +        "riskLevel": {
        +          "type": "string"
        +        },
        +        "score": {
        +          "anyOf": [
        +            {
        +              "type": "integer"
        +            },
        +            {
        +              "type": "null"
        +            }
        +          ]
        +        }
        +      },
        +      "type": "object"
        +    },
        +    "topFindings": {
        +      "items": {
        +        "additionalProperties": true,
        +        "properties": {
        +          "anchorUrl": {
        +            "type": "string"
        +          },
        +          "confidence": {
        +            "type": "string"
        +          },
        +          "criticality": {
        +            "type": "string"
        +          },
        +          "evidenceDigest": {
        +            "additionalProperties": true,
        +            "properties": {
        +              "authRequiredForExamples": {
        +                "type": "boolean"
        +              },
        +              "basis": {
        +                "type": "string"
        +              },
        +              "exampleCount": {
        +                "type": "integer"
        +              },
        +              "examplesAvailable": {
        +                "type": "integer"
        +              },
        +              "examplesShown": {
        +                "type": "integer"
        +              },
        +              "hasConsentContext": {
        +                "type": "boolean"
        +              },
        +              "hasPolicyAnchor": {
        +                "type": "boolean"
        +              },
        +              "hasTimingAnchor": {
        +                "type": "boolean"
        +              },
        +              "hasVendorAnchor": {
        +                "type": "boolean"
        +              },
        +              "phase": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              }
        +            },
        +            "type": "object"
        +          },
        +          "id": {
        +            "type": "string"
        +          },
        +          "label": {
        +            "type": "string"
        +          },
        +          "nextStep": {
        +            "type": "string"
        +          },
        +          "plainEnglish": {
        +            "type": "string"
        +          },
        +          "reviewLenses": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "type": "array"
        +          }
        +        },
        +        "required": [
        +          "id"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "type": {
        +      "enum": [
        +        "certscore_pulse",
        +        "certscore_pulse_summary",
        +        "certscore_pulse_evidence"
        +      ],
        +      "type": "string"
        +    }
        +  },
        +  "required": [
        +    "type"
        +  ],
        +  "type": "object"
        +}
      • addedOutput schema / properties / mcpMetadata
        Added value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "actualBytes": {
        +      "minimum": 0,
        +      "type": "integer"
        +    },
        +    "detail": {
        +      "enum": [
        +        "summary",
        +        "findings",
        +        "evidence",
        +        "full"
        +      ],
        +      "type": "string"
        +    },
        +    "findingsTruncated": {
        +      "type": "boolean"
        +    },
        +    "heavyEvidenceIncluded": {
        +      "type": "boolean"
        +    },
        +    "requestedMaxBytes": {
        +      "minimum": 5000,
        +      "type": "integer"
        +    },
        +    "truncated": {
        +      "type": "boolean"
        +    },
        +    "truncationReason": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    }
        +  },
        +  "required": [
        +    "detail",
        +    "heavyEvidenceIncluded",
        +    "findingsTruncated",
        +    "requestedMaxBytes",
        +    "actualBytes",
        +    "truncated",
        +    "truncationReason"
        +  ],
        +  "type": "object"
        +}
      • addedOutput schema / properties / preConsentCookiesTrackers / additionalProperties
        Added value: +{}
      • removedOutput schema / properties / preConsentCookiesTrackers / anyOf
        Removed value: -[
        -  {},
        -  {
        -    "type": "null"
        -  }
        -]
      • addedOutput schema / properties / preConsentCookiesTrackers / type
        Added value: +"object"
      • addedOutput schema / properties / recommendedNextAction
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / recommendedNextTool / anyOf
        Added value: +[
        +  {
        +    "enum": [
        +      "get_scan_status",
        +      "get_scan_bundle"
        +    ],
        +    "type": "string"
        +  },
        +  {
        +    "type": "null"
        +  }
        +]
      • removedOutput schema / properties / recommendedNextTool / type
        Removed value: -[
        -  "string",
        -  "null"
        -]
      • addedOutput schema / properties / reportUrl
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / riskLevel
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • removedOutput schema / properties / scan
        Removed value: -{
        -  "additionalProperties": true,
        -  "properties": {
        -    "completedAt": {
        -      "type": [
        -        "string",
        -        "null"
        -      ]
        -    },
        -    "coverage": {
        -      "additionalProperties": true,
        -      "properties": {
        -        "limitations": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        },
        -        "status": {
        -          "type": "string"
        -        },
        -        "summary": {
        -          "type": "string"
        -        }
        -      },
        -      "type": "object"
        -    },
        -    "createdAt": {
        -      "type": [
        -        "string",
        -        "null"
        -      ]
        -    },
        -    "disclaimer": {
        -      "type": "string"
        -    },
        -    "domain": {
        -      "type": "string"
        -    },
        -    "links": {
        -      "additionalProperties": true,
        -      "properties": {
        -        "docs": {
        -          "type": "string"
        -        },
        -        "findings": {
        -          "type": "string"
        -        },
        -        "latestDomainScan": {
        -          "type": "string"
        -        },
        -        "pulse": {
        -          "type": "string"
        -        },
        -        "report": {
        -          "type": "string"
        -        },
        -        "self": {
        -          "type": "string"
        -        },
        -        "status": {
        -          "type": "string"
        -        }
        -      },
        -      "type": "object"
        -    },
        -    "noGo": {
        -      "$ref": "#/properties/noGo/anyOf/0"
        -    },
        -    "resultDisposition": {
        -      "$ref": "#/properties/resultDisposition/anyOf/0"
        -    },
        -    "riskLevel": {
        -      "type": [
        -        "string",
        -        "null"
        -      ]
        -    },
        -    "scanFrom": {
        -      "enum": [
        -        "eu_ie"
        -      ],
        -      "type": "string"
        -    },
        -    "scanId": {
        -      "type": "string"
        -    },
        -    "scanTimeSeconds": {
        -      "type": [
        -        "number",
        -        "null"
        -      ]
        -    },
        -    "score": {
        -      "anyOf": [
        -        {
        -          "maximum": 100,
        -          "minimum": 0,
        -          "type": "integer"
        -        },
        -        {
        -          "type": "null"
        -        }
        -      ]
        -    },
        -    "startedAt": {
        -      "type": [
        -        "string",
        -        "null"
        -      ]
        -    },
        -    "status": {
        -      "$ref": "#/properties/status"
        -    },
        -    "type": {
        -      "const": "certscore_scan",
        -      "type": "string"
        -    },
        -    "url": {
        -      "type": [
        -        "string",
        -        "null"
        -      ]
        -    }
        -  },
        -  "required": [
        -    "type",
        -    "scanId",
        -    "domain",
        -    "status"
        -  ],
        -  "type": "object"
        -}
      • addedOutput schema / properties / score
        Added value: +{
        +  "anyOf": [
        +    {
        +      "maximum": 100,
        +      "minimum": 0,
        +      "type": "integer"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / scoreStatus
        Added value: +{
        +  "enum": [
        +    "provisional",
        +    "final"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / scoreUpdatedAt
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / scoreVersion
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / summary / additionalProperties
        Added value: +false
      • removedOutput schema / properties / summary / anyOf
        Removed value: -[
        -  {},
        -  {
        -    "type": "null"
        -  }
        -]
      • addedOutput schema / properties / summary / properties
        Added value: +{
        +  "agentInterpretation": {
        +    "anyOf": [
        +      {
        +        "additionalProperties": false,
        +        "properties": {
        +          "doNotCallThis": {
        +            "items": {
        +              "enum": [
        +                "legal_advice",
        +                "certification",
        +                "compliance_determination"
        +              ],
        +              "type": "string"
        +            },
        +            "type": "array"
        +          },
        +          "requiresHumanReview": {
        +            "const": true,
        +            "type": "boolean"
        +          },
        +          "responseClass": {
        +            "enum": [
        +              "completed_pulse",
        +              "pending_pulse",
        +              "api_error",
        +              "rate_limited"
        +            ],
        +            "type": "string"
        +          },
        +          "safeSummaryUse": {
        +            "type": "boolean"
        +          }
        +        },
        +        "required": [
        +          "responseClass",
        +          "safeSummaryUse",
        +          "requiresHumanReview",
        +          "doNotCallThis"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "type": "null"
        +      }
        +    ]
        +  },
        +  "counts": {
        +    "anyOf": [
        +      {
        +        "additionalProperties": {
        +          "type": [
        +            "number",
        +            "boolean",
        +            "null"
        +          ]
        +        },
        +        "type": "object"
        +      },
        +      {
        +        "type": "null"
        +      }
        +    ]
        +  },
        +  "executiveSummary": {
        +    "anyOf": [
        +      {
        +        "additionalProperties": true,
        +        "properties": {
        +          "actionLabel": {
        +            "type": "string"
        +          },
        +          "completionSummary": {
        +            "type": "string"
        +          },
        +          "domain": {
        +            "type": "string"
        +          },
        +          "issuesToReview": {
        +            "minimum": 0,
        +            "type": "integer"
        +          },
        +          "riskLevel": {
        +            "type": "string"
        +          },
        +          "scanTimeSeconds": {
        +            "type": [
        +              "number",
        +              "null"
        +            ]
        +          },
        +          "score": {
        +            "anyOf": [
        +              {
        +                "maximum": 100,
        +                "minimum": 0,
        +                "type": "integer"
        +              },
        +              {
        +                "type": "null"
        +              }
        +            ]
        +          },
        +          "scoreLabel": {
        +            "type": "string"
        +          },
        +          "scoreMetadata": {
        +            "additionalProperties": true,
        +            "properties": {
        +              "coverageConfidence": {
        +                "type": "string"
        +              },
        +              "coverageRatio": {
        +                "type": [
        +                  "number",
        +                  "null"
        +                ]
        +              },
        +              "kind": {
        +                "type": "string"
        +              },
        +              "metricLabel": {
        +                "type": "string"
        +              },
        +              "source": {
        +                "type": "string"
        +              },
        +              "status": {
        +                "type": "string"
        +              },
        +              "version": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "withholdingReason": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              }
        +            },
        +            "type": "object"
        +          }
        +        },
        +        "type": "object"
        +      },
        +      {
        +        "type": "null"
        +      }
        +    ]
        +  },
        +  "headline": {
        +    "type": [
        +      "string",
        +      "null"
        +    ]
        +  }
        +}
      • addedOutput schema / properties / summary / required
        Added value: +[
        +  "headline",
        +  "executiveSummary",
        +  "counts",
        +  "agentInterpretation"
        +]
      • addedOutput schema / properties / summary / type
        Added value: +"object"
      • addedOutput schema / properties / timing
        Added value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "completedAt": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "createdAt": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "scanTimeSeconds": {
        +      "type": [
        +        "number",
        +        "null"
        +      ]
        +    },
        +    "startedAt": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    }
        +  },
        +  "required": [
        +    "createdAt",
        +    "startedAt",
        +    "completedAt",
        +    "scanTimeSeconds"
        +  ],
        +  "type": "object"
        +}
      • addedOutput schema / properties / url
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • changedOutput schema / required
        Previous value: -[
        -  "type",
        -  "scanId",
        -  "status",
        -  "scan",
        -  "findings",
        -  "recommendedNextTool",
        -  "disclaimer"
        -]New value: +[
        +  "type",
        +  "scanId",
        +  "domain",
        +  "url",
        +  "status",
        +  "score",
        +  "scoreStatus",
        +  "scoreVersion",
        +  "scoreUpdatedAt",
        +  "riskLevel",
        +  "timing",
        +  "summary",
        +  "findings",
        +  "findingsMetadata",
        +  "reportUrl",
        +  "recommendedNextTool",
        +  "recommendedNextAction",
        +  "mcpMetadata",
        +  "disclaimer"
        +]
    • Changedget_scan_status33 fields changed
      • removedInput schema / properties / jobId
        Removed value: -{
        -  "description": "Pulse job ID for a just-created scan that has not yet returned a scanId.",
        -  "minLength": 1,
        -  "type": "string"
        -}
      • changedInput schema / properties / scanId / description
        Previous value: -"Preferred stable CertScore scan ID for API v2 scan status."New value: +"Stable CertScore scan ID returned by scan_site."
      • addedInput schema / required
        Added value: +[
        +  "scanId"
        +]
      • addedOutput schema / properties / coverage
        Added value: +{
        +  "anyOf": [
        +    {
        +      "anyOf": [
        +        {
        +          "not": {}
        +        },
        +        {
        +          "additionalProperties": true,
        +          "properties": {
        +            "limitations": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "status": {
        +              "type": "string"
        +            },
        +            "summary": {
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        }
        +      ]
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / createdAt
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • changedOutput schema / properties / error / additionalProperties
        Previous value: -trueNew value: +false
      • removedOutput schema / properties / error / properties / name
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / error / properties / recommendedNextAction
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / error / properties / responseBody
        Removed value: -{}
      • addedOutput schema / properties / error / properties / retryAfterSeconds / anyOf
        Added value: +[
        +  {
        +    "type": "integer"
        +  },
        +  {
        +    "type": "null"
        +  }
        +]
      • removedOutput schema / properties / error / properties / retryAfterSeconds / type
        Removed value: -"integer"
      • addedOutput schema / properties / error / properties / retryable
        Added value: +{
        +  "type": "boolean"
        +}
      • removedOutput schema / properties / error / properties / status
        Removed value: -{
        -  "type": "integer"
        -}
      • changedOutput schema / properties / error / required
        Previous value: -[
        -  "name",
        -  "message"
        -]New value: +[
        +  "code",
        +  "message",
        +  "retryable",
        +  "retryAfterSeconds",
        +  "recommendedNextAction"
        +]
      • addedOutput schema / properties / estimatedRemainingSeconds
        Added value: +{
        +  "anyOf": [
        +    {
        +      "minimum": 0,
        +      "type": "integer"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / lastHeartbeatAt
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / lastUpdatedAt
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / links
        Added 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"
        +}
      • addedOutput schema / properties / phase
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / phaseStartedAt
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / progressIsEstimate
        Added value: +{
        +  "type": "boolean"
        +}
      • addedOutput schema / properties / progressPercent
        Added value: +{
        +  "maximum": 100,
        +  "minimum": 0,
        +  "type": "integer"
        +}
      • addedOutput schema / properties / recommendedNextAction
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / recommendedNextTool
        Added value: +{
        +  "anyOf": [
        +    {
        +      "enum": [
        +        "get_scan_status",
        +        "get_scan_bundle"
        +      ],
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / reportUrl
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / retryAfterSeconds
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "integer"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / riskLevel
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / score
        Added value: +{
        +  "anyOf": [
        +    {
        +      "maximum": 100,
        +      "minimum": 0,
        +      "type": "integer"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / scoreStatus
        Added value: +{
        +  "enum": [
        +    "provisional",
        +    "final"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / scoreUpdatedAt
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / scoreVersion
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / stalled
        Added value: +{
        +  "type": "boolean"
        +}
      • addedOutput schema / properties / url
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
    • Changedscan_site6 fields changed
      • addedOutput schema / properties / coverage
        Added value: +{
        +  "anyOf": [
        +    {
        +      "anyOf": [
        +        {
        +          "not": {}
        +        },
        +        {
        +          "additionalProperties": true,
        +          "properties": {
        +            "limitations": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "status": {
        +              "type": "string"
        +            },
        +            "summary": {
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        }
        +      ]
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / riskLevel
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / score
        Added value: +{
        +  "anyOf": [
        +    {
        +      "maximum": 100,
        +      "minimum": 0,
        +      "type": "integer"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / scoreStatus
        Added value: +{
        +  "enum": [
        +    "provisional",
        +    "final"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / scoreUpdatedAt
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / scoreVersion
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Audit any website for privacy, security, accessibility, and performance issues — with scores, grades, and actionable fix instructions. No account required.
    3
    13
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    Scan any project or website for privacy compliance issues directly in your AI coding tool. Detects tracking tech, cookies, and third-party data collection. Works in Claude Code, Cursor, and Windsurf.
    3
    53
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Scans public URLs for compliance and security issues such as leaked API keys, exposed files, missing privacy pages, and security headers, helping developers identify gaps before launch.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.7/5.0
Disambiguation5/5

Each tool has a distinct lifecycle role: scanning a site, checking scan status, and retrieving the evidence bundle. No overlap in purpose, and the descriptions clearly separate preliminary from completed results.

Naming Consistency5/5

All tool names share the certscore_ prefix and use snake_case with clear verb-object patterns: scan_site, get_scan_status, get_scan_bundle. The naming convention is uniformly predictable and descriptive.

Tool Count5/5

Three tools are appropriately scoped for a light MCP server covering the full scan workflow: create, poll, and retrieve. Each tool earns its place and the count aligns with the server's stated purpose.

Completeness5/5

The tool surface covers the complete lifecycle: initiating a scan, monitoring its progress, and retrieving the final evidence bundle. There are no dead ends or obvious missing operations for the advertised domain.