list_tables
Retrieve all tables in a specified or contextual database using the MCP server mcp-turso-cloud. Simplify database management and query operations with this tool.
Instructions
Lists all tables in a database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | No | Database name (optional, uses context if not provided) |
Input Schema (JSON Schema)
{
"properties": {
"database": {
"description": "Database name (optional, uses context if not provided)",
"type": "string"
}
},
"required": [],
"type": "object"
}