Skip to main content
Glama
SpringDamon

mcp-server-dameng

by SpringDamon

query_dameng

Execute SQL queries on Dameng DM8 databases and retrieve structured results. Use SELECT or DML statements with an optional row limit.

Instructions

执行达梦数据库 SQL 查询(SELECT/DML),返回结构化结果

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sqlYes要执行的 SQL 语句
limitNo最大返回行数(默认 200)
Behavior3/5

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

With no annotations, the description carries full burden. It mentions DML (modification), which hints at destructive potential, but does not disclose side effects, authentication requirements, or error behavior. This is adequate but not detailed.

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?

A single, concise sentence that includes the key elements: action, resource, supported operations, and output type. No superfluous words.

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?

Given the low complexity (2 parameters, no output schema, no nested objects), the description is largely complete. It covers the essential purpose and return type. However, it could mention limit default or error handling for a truly complete picture.

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

Parameters4/5

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

Schema coverage is 100%, so description adds value by clarifying the tool supports both SELECT and DML, which is not explicit in the schema's parameter descriptions. The description also notes the return type '结构化结果' (structured results), providing context beyond the schema.

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?

The description clearly states the verb 'execute' and resource 'Dameng database SQL queries', explicitly listing supported SQL types (SELECT/DML). This distinguishes it from sibling tools describe_table and list_tables, which focus on metadata.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus the sibling tools. For a tool that executes arbitrary SQL, it would be helpful to note that it's for general queries, while describe_table and list_tables are for schema inspection.

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/SpringDamon/mcp-server-dameng'

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