DashboardsRead-only

Validate widget spec

validate_widget_spec

Dry-run validate a widget view/control spec against a kind's schema. No mutation.

Parameters

ParameterTypeRequiredDescription
kindstringrequiredInput for kind.
specobjectoptionalWidget view/control spec

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "validate_widget_spec",
"arguments": {
"kind": "value"
}
}

Use this tool in

Related Dashboards tools