# elementor/4.3.2/modules/mcp/static-resources/abilities/get-widget-schema.md

Elementor Website Builder – more than just a page builder, version 4.3.2. 6 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.3.2/code/modules/mcp/static-resources/abilities/get-widget-schema.md
- Raw: https://pluginprobe.com/plugins/elementor/4.3.2/raw/modules/mcp/static-resources/abilities/get-widget-schema.md
- Modified: 2026-09-01T11:47:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/4.3.2/code/modules/mcp/static-resources/abilities/get-widget-schema.md#L10-L20`.

```markdown
Returns the JSON Schema for a single widget type's settings, including default values and nesting guidance.

Use `elementor/list-widget-schemas` with `summary=true` first to discover valid `widget_type` values. Types not returned by that endpoint are not supported by this tool and must be edited directly in the Elementor editor (call fails with `elementor_v3_not_supported`).

Values in the returned schema are plain JSON. Send settings in `build-composition.element_config` and `manage-elements.settings` using this shape directly (scalars as scalars, dynamic tags as `{ name, settings }`). Only keys listed under `properties` are accepted; put all visual styling in the `style` (CSS) input.

```
