Elementor MCP Server

get_page_id_by_slug

Retrieve the WordPress page ID using its slug for targeted Elementor data management. Input the slug to identify the specific page within your WordPress site.

Instructions

Retrieves the ID of a specific WordPress page by its slug.

Input Schema

NameRequiredDescriptionDefault
slugYesThe slug (URL-friendly name) of the page to find.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "slug": { "description": "The slug (URL-friendly name) of the page to find.", "type": "string" } }, "required": [ "slug" ], "type": "object" }

You must be authenticated.

Other Tools from Elementor MCP Server

Related Tools

ID: 9mur5ns1hw