Skip to main content
Glama

DBeaver MCP Server

by srthkdev
MIT License
12
16
  • Apple
  • Linux

drop_table

Remove a database table using DBeaver connections with built-in safety confirmation to prevent accidental data loss.

Instructions

Remove a table from the database with safety confirmation

Input Schema

NameRequiredDescriptionDefault
confirmYesSafety confirmation flag (must be true)
connectionIdYesThe ID or name of the DBeaver connection
tableNameYesName of the table to drop

Input Schema (JSON Schema)

{ "properties": { "confirm": { "description": "Safety confirmation flag (must be true)", "type": "boolean" }, "connectionId": { "description": "The ID or name of the DBeaver connection", "type": "string" }, "tableName": { "description": "Name of the table to drop", "type": "string" } }, "required": [ "connectionId", "tableName", "confirm" ], "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