list_posts
List CMS posts (blog posts and/or pages) with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by post type slug (blog_post, page, or any custom type — see list_post_types). | |
| limit | No | Max results (default 20) | |
| search | No | Search by title | |
| status | No | Filter by status |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool result payload — shape varies per tool, see the tool description | |
| summary | Yes | One-line human-readable summary of the action | |
| renderType | Yes | UI rendering hint for the result |