wordpress_list_posts
Retrieve a paginated list of WordPress posts from a specified site, with optional filters for search, status, and content inclusion.
Instructions
[UNIFIED] List WordPress posts. Returns paginated list of posts with title, excerpt, status, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| site | Yes | ||
| search | No | ||
| status | No | any | |
| per_page | No | ||
| search_terms | No | ||
| include_content | No |