Skip to main content
Glama

MariaDB Reader MCP Server

by moosin76

query_table

Retrieve data from a specified table in a MariaDB database with a customizable row limit, enabling efficient data exploration and analysis for AI assistants.

Instructions

특정 테이블에서 데이터를 조회합니다 (제한된 행 반환).

Input Schema

NameRequiredDescriptionDefault
databaseYes데이터베이스의 이름입니다.
limitNo반환할 최대 행 수 (기본값 100).
tableYes테이블의 이름입니다.

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "데이터베이스의 이름입니다.", "type": "string" }, "limit": { "default": 100, "description": "반환할 최대 행 수 (기본값 100).", "type": "number" }, "table": { "description": "테이블의 이름입니다.", "type": "string" } }, "required": [ "database", "table" ], "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