Elementor MCP Server

download_page_to_file

Download a WordPress page by its ID, including Elementor meta fields, and save it to a specified file path. Optionally, save only the _elementor_data field for targeted use.

Instructions

Downloads a specific page from WordPress by its ID, including meta fields like _elementor_data, and saves it to a file.

Input Schema

NameRequiredDescriptionDefault
filePathYesThe path to save the file to, have to be the absolute path.
onlyElementorDataNoWhether to only save the _elementor_data field to the file, defaults to false.
pageIdYesThe ID of the page to download.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "The path to save the file to, have to be the absolute path.", "type": "string" }, "onlyElementorData": { "default": false, "description": "Whether to only save the _elementor_data field to the file, defaults to false.", "type": "boolean" }, "pageId": { "description": "The ID of the page to download.", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "pageId", "filePath" ], "type": "object" }

You must be authenticated.

Other Tools from Elementor MCP Server

Related Tools

ID: 9mur5ns1hw