Skip to main content
Glama
dongchao-1

dbeaver-mcp-server

by dongchao-1

list_connections

List configured database connections from DBeaver. Optionally filter by workspace path to narrow results.

Instructions

List all configured database connections from DBeaver. Optionally filter by workspace_path from list_workspaces.

Args: workspace_path: Optional workspace path to filter connections. If empty, returns all.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspace_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided; description does not disclose behavioral traits beyond basic action (listing). Does not explicitly state non-destructive nature or any side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Concise, front-loaded with main purpose, and structured with separated argument definition. No unnecessary text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list tool, description covers main functionality and filtering. Output schema handles return values. Slight gap in error handling or invalid path guidance.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage 0%; description adds meaning by stating the parameter filters connections and references list_workspaces, but lacks additional format or value constraints.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the tool lists database connections from DBeaver with optional filtering by workspace_path. Distinguishes from sibling tools (execute_sql, list_workspaces) by specific verb and resource.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implies when to use (for listing connections) and references list_workspaces as source for filtering, but lacks explicit when-not or alternative guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/dongchao-1/dbeaver-mcp-server'

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