# elementor/4.3.0/modules/mcp/static-resources/abilities/read-resource.md

Elementor Website Builder – more than just a page builder, version 4.3.0. 7 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.3.0/code/modules/mcp/static-resources/abilities/read-resource.md
- Raw: https://pluginprobe.com/plugins/elementor/4.3.0/raw/modules/mcp/static-resources/abilities/read-resource.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.0/code/modules/mcp/static-resources/abilities/read-resource.md#L10-L20`.

```markdown
Fetches the content of an Elementor MCP resource by URI. Use list-resources first to discover available URIs.

Input:
- uri (required): The resource URI to read, as returned by list-resources.

Returns the resource content along with its MIME type. Text resources (markdown, plain text) return content as a string. JSON resources are serialized to a JSON string.

```
