list_tables
Retrieve all tables within a MariaDB database. Use this tool to explore database schemas and inspect table structures for better data management and analysis.
Instructions
List all tables in a specific database.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | No |
Input Schema (JSON Schema)
{
"properties": {
"database": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Database"
}
},
"title": "list_tablesArguments",
"type": "object"
}