Skip to main content
Glama

DBeaver MCP Server

by srthkdev
MIT License
12
16
  • Apple
  • Linux

get_table_schema

Retrieve schema details for a database table, including columns, data types, and optional index information, to understand its structure and relationships.

Instructions

Get schema information for a specific table

Input Schema

NameRequiredDescriptionDefault
connectionIdYesThe ID or name of the DBeaver connection
includeIndexesNoInclude index information
tableNameYesThe name of the table to describe

Input Schema (JSON Schema)

{ "properties": { "connectionId": { "description": "The ID or name of the DBeaver connection", "type": "string" }, "includeIndexes": { "default": true, "description": "Include index information", "type": "boolean" }, "tableName": { "description": "The name of the table to describe", "type": "string" } }, "required": [ "connectionId", "tableName" ], "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/srthkdev/dbeaver-mcp-server'

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