Skip to main content
Glama

DBeaver MCP Server

by srthkdev
MIT License
12
16
  • Apple
  • Linux

list_insights

Retrieve stored business insights and analysis notes from databases, with optional filtering by connection ID or tags.

Instructions

List all stored business insights and analysis notes

Input Schema

NameRequiredDescriptionDefault
connectionNoFilter insights by connection ID (optional)
tagsNoFilter insights by tags (optional)

Input Schema (JSON Schema)

{ "properties": { "connection": { "description": "Filter insights by connection ID (optional)", "type": "string" }, "tags": { "description": "Filter insights by tags (optional)", "items": { "type": "string" }, "type": "array" } }, "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