Skip to main content
Glama

MariaDB Reader MCP Server

by moosin76

list_tables

Display all tables within a specified MariaDB database to enable exploration and interaction with its structure and content.

Instructions

특정 데이터베이스 내의 모든 테이블 목록을 보여줍니다.

Input Schema

NameRequiredDescriptionDefault
databaseYes데이터베이스의 이름입니다.

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "데이터베이스의 이름입니다.", "type": "string" } }, "required": [ "database" ], "type": "object" }

You must be authenticated.

Other Tools from MariaDB Reader MCP Server

Related Tools

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/moosin76/mcp_server_mariadb_reader'

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