wordpress_export_content
Export WordPress posts, pages, and products as structured JSON for AI processing. Includes media, taxonomy terms, and meta data with pagination.
Instructions
[UNIFIED] Export posts/pages/products as structured JSON via the airano-mcp-bridge companion plugin (v2.3.0+). Includes referenced media, taxonomy terms, and post_meta. Paginates via offset/limit; response contains has_more + next_offset. Not a WXR dump — intended for AI-pipeline processing, not WP-to-WP import.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| limit | No | ||
| since | No | ||
| offset | No | ||
| status | No | ||
| post_type | No | ||
| include_meta | No | ||
| include_media | No | ||
| include_terms | No |