# elementor/4.3.0/modules/mcp/static-resources/abilities/list-posts.md

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

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

```markdown
Lists WordPress posts, pages and products with pagination support. Use ONLY when the user explicitly asks to list, browse, search, or reference existing site content by `id` (e.g. "find the About page", "list my products"). Do NOT call this as a default discovery step — on large sites the response is context-heavy. Returns items the current user is allowed to read (published for everyone; drafts, pending, private, and scheduled items are included only when the user has permission to see them). Each item exposes its `status` so you can distinguish drafts from live content. Default returns 10 items sorted by most recently created. Use `search` to filter by keywords in title or content. Use `post_type` (`all`, `post`, `page`, or `product`) to narrow results; `product` requires WooCommerce (or another plugin that registers the `product` post type).

```
