wordpress_parse_blocks
Parse HTML content to extract WordPress block structures for programmatic content management and manipulation.
Instructions
Parse block content from HTML
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes |
Input Schema (JSON Schema)
{
"properties": {
"content": {
"type": "string"
}
},
"required": [
"content"
],
"type": "object"
}