Skip to main content
Glama

DBeaver MCP Server

by srthkdev
MIT License
12
16
  • Apple
  • Linux

list_tables

Retrieve all tables from a specified database connection using DBeaver, with options to filter by schema and include views.

Instructions

List all tables in a database

Input Schema

NameRequiredDescriptionDefault
connectionIdYesThe ID or name of the DBeaver connection
includeViewsNoInclude views in the results
schemaNoSpecific schema to list tables from (optional)

Input Schema (JSON Schema)

{ "properties": { "connectionId": { "description": "The ID or name of the DBeaver connection", "type": "string" }, "includeViews": { "default": false, "description": "Include views in the results", "type": "boolean" }, "schema": { "description": "Specific schema to list tables from (optional)", "type": "string" } }, "required": [ "connectionId" ], "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