wordpress_search_block_directory
Search the WordPress.org block directory to find and discover available blocks for your WordPress site. Enter a search term to locate specific blocks by name or functionality.
Instructions
Search WordPress.org block directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes |
Input Schema (JSON Schema)
{
"properties": {
"term": {
"type": "string"
}
},
"required": [
"term"
],
"type": "object"
}