Skip to main content
Glama

MCP MySQL Server

by sajithrw

mysql_list_tables

Lists all tables in a MySQL database to inspect schema structure and identify available data tables for querying or management operations.

Instructions

List all tables in the current or specified database

Input Schema

NameRequiredDescriptionDefault
databaseNoDatabase name (uses current database if not specified)

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Database name (uses current database if not specified)", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sajithrw/mcp-mysql'

If you have feedback or need assistance with the MCP directory API, please join our Discord server