preview_dashboard_draft

Preview an exact private dashboard draft revision and page against the active governed runtime.

Machine-readable: focused JSON · complete manifest

Contract

Property Value
Authorization RESOURCE_EDIT
Effect read
Operation manual
Tags dashboard, authoring, preview
Defaults {}
MCP annotations read-only, idempotent, non-destructive, closed-world

Input schema

{
  "additionalProperties": false,
  "properties": {
    "dashboardId": {
      "minLength": 1,
      "type": "string"
    },
    "draftId": {
      "minLength": 1,
      "type": "string"
    },
    "expectedRevision": {
      "additionalProperties": false,
      "properties": {
        "contentHash": {
          "type": "string"
        },
        "number": {
          "type": "integer"
        },
        "revisionId": {
          "type": "string"
        }
      },
      "required": [
        "contentHash",
        "number",
        "revisionId"
      ],
      "type": "object"
    },
    "filters": {
      "additionalProperties": {},
      "type": "object"
    },
    "page": {
      "minLength": 1,
      "type": "string"
    }
  },
  "required": [
    "dashboardId",
    "draftId",
    "expectedRevision",
    "page"
  ],
  "type": "object"
}

Output schema

{
  "additionalProperties": false,
  "properties": {
    "definition": {
      "additionalProperties": {},
      "type": "object"
    },
    "pagePatch": {
      "additionalProperties": {},
      "type": "object"
    },
    "revision": {
      "additionalProperties": {},
      "type": "object"
    },
    "semanticEvidence": {
      "additionalProperties": {},
      "type": "object"
    }
  },
  "required": [
    "definition",
    "pagePatch",
    "revision",
    "semanticEvidence"
  ],
  "type": "object"
}