list_tables
ActiveTool of BorealHost
declared in 1.27.0
List tables in a database. Requires: API key with read scope. Args: slug: Site identifier database: Database name Returns: {"tables": [{"name": "wp_posts", "rows": 1234, "size_mb": 5.2}, ...]}
Parameters schema
{
"type": "object",
"title": "list_tablesArguments",
"required": [
"slug",
"database"
],
"properties": {
"slug": {
"type": "string",
"title": "Slug"
},
"database": {
"type": "string",
"title": "Database"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries