Skip to main content
Glama

MariaDB MCP Server

by bretoreta

describe_table

Retrieve the schema for a specified table within a MariaDB database, allowing users to explore table structure and fields efficiently using secure, read-only access.

Instructions

Show the schema for a specific table

Input Schema

NameRequiredDescriptionDefault
databaseNoDatabase name (optional, uses default if not specified)
tableYesTable name

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Database name (optional, uses default if not specified)", "type": "string" }, "table": { "description": "Table name", "type": "string" } }, "required": [ "table" ], "type": "object" }
Install Server

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/bretoreta/mariadb-mcp-server'

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