Skip to main content
Glama

Elementor MCP Server

by aguaitech

get_page

Retrieve a specific WordPress page and its Elementor metadata using the page ID for targeted content access and management.

Instructions

Retrieves a specific page from WordPress by its ID, including meta fields like _elementor_data.

Input Schema

NameRequiredDescriptionDefault
pageIdYesThe ID of the page to retrieve.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pageId": { "description": "The ID of the page to retrieve.", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "pageId" ], "type": "object" }

You must be authenticated.

Other Tools from Elementor MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aguaitech/Elementor-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server