DashboardsRead-only

Describe widget kind

describe_widget_kind

Get the full catalog entry for one widget kind: its complete field schema (JSON Schema), default spec, worked examples, required columns and allowed sizes. This is where the per-kind fields live, since create_widget / update_widget / compose_dashboard advertise the view and control specs as opaque objects.

Parameters

ParameterTypeRequiredDescription
kindstringrequiredInput for kind.

Example call

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

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

Use this tool in

Related Dashboards tools