wp_get_database_info
Retrieve WordPress database structure details to analyze table schemas and relationships for development and debugging purposes.
Instructions
Get information about the WordPress database structure
Input Schema
Name | Required | Description | Default |
---|---|---|---|
table_name | No | Get details for a specific table |
Input Schema (JSON Schema)
{
"properties": {
"table_name": {
"description": "Get details for a specific table",
"type": "string"
}
},
"type": "object"
}