Learn from an Elementor export
learn_from_exportIngest an Elementor JSON export to extract and register widget settings schemas, enabling the server to recognize unknown widget shapes for future queries.
Instructions
Ingest an Elementor JSON export and extract the settings schema of every widget it contains, merging into a persistent registry. Use this to teach the server the exact shape of widgets/settings not yet known (then get_widget_schema will show them). Provide a file path OR the JSON inline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | No | The export object inline (alternative to path). | |
| path | No | Path to an Elementor export .json file. |