wordpress_get_table_preview
Preview table data from WordPress database to quickly inspect content structure and verify data before performing operations.
Instructions
Get preview of table data (first 10 rows by default)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes |
Input Schema (JSON Schema)
{
"properties": {
"table": {
"type": "string"
}
},
"required": [
"table"
],
"type": "object"
}