Skip to main content
Glama

DBeaver MCP Server

by srthkdev
MIT License
12
16
  • Apple
  • Linux

append_insight

Add business insights and analysis notes to database memos with optional tags and connection associations for better data documentation.

Instructions

Add a business insight or analysis note to the memo

Input Schema

NameRequiredDescriptionDefault
connectionNoOptional connection ID to associate with this insight
insightYesThe business insight or analysis note to store
tagsNoOptional tags to categorize the insight

Input Schema (JSON Schema)

{ "properties": { "connection": { "description": "Optional connection ID to associate with this insight", "type": "string" }, "insight": { "description": "The business insight or analysis note to store", "type": "string" }, "tags": { "description": "Optional tags to categorize the insight", "items": { "type": "string" }, "type": "array" } }, "required": [ "insight" ], "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