list_tables
Retrieve a list of all tables in a MySQL or MongoDB database to view and manage schema structure. Integrates with the MCP server for standardized database operations.
Instructions
List all tables in the database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}