Skip to main content
Glama

MariaDB MCP Server

by yawlhead91

get_table_schema

Retrieve the schema and structure of a specific table from a MariaDB database, enabling detailed database exploration and schema inspection with secure read-only operations.

Instructions

Get the schema/structure of a specific table.

Input Schema

NameRequiredDescriptionDefault
databaseNo
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "database": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Database" }, "table_name": { "title": "Table Name", "type": "string" } }, "required": [ "table_name" ], "title": "get_table_schemaArguments", "type": "object" }

Other Tools from MariaDB 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/yawlhead91/mariadb-mcp'

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