Skip to main content
Glama
SpringDamon

mcp-server-dameng

by SpringDamon

list_tables

Lists all user tables in a Dameng database, including table name, comment, and estimated row count for quick schema overview.

Instructions

列出达梦数据库中所有用户表(含表名、注释、行数估算)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
schemaNo模式名(默认当前用户模式)
Behavior3/5

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

No annotations are provided, so the description bears full responsibility. It discloses that the tool returns table names, comments, and row count estimates, which is helpful. However, it does not mention any side effects, prerequisites, or performance considerations. The disclosure is moderate.

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?

The description is a single, concise sentence that captures the core functionality without any unnecessary words. It is front-loaded and efficient.

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 listing tool without an output schema, the description adequately conveys what the tool returns (names, comments, row count estimates). It does not cover edge cases or error scenarios, but it is complete enough for its intended use.

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 is 100% with one parameter (schema) already described clearly in the input schema. The tool description does not add further meaning beyond the schema, so the baseline score of 3 is appropriate.

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 tool lists all user tables in the Dameng database, including table names, comments, and estimated row counts. It uses a specific verb ('list') and resource ('tables'), and the purpose is distinct from sibling tools like describe_table (which likely describes a specific table) and query_dameng (for arbitrary queries).

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?

The description does not provide explicit guidance on when to use this tool versus alternatives like describe_table or query_dameng. The purpose is implied, but no exclusion criteria or usage context is given, making it adequate but not proactive.

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