Skip to main content
Glama
KeeVor

keevor-mysql-mcp-server

by KeeVor

describe_table

Retrieve detailed structure of a MySQL table, including column comments, indexes, and foreign keys. Describe any table by providing its name.

Instructions

查询指定表的详细结构,包含字段注释、索引、外键等信息

Args:
    table_name: 要查询结构的表名

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
table_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Despite no annotations, the description discloses that the output includes field comments, indexes, and foreign keys, adding behavioral context beyond basic table schema. It implies a read-only operation.

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 very concise: two lines for purpose and one line for parameter explanation, with no superfluous text. Front-loaded with the main action.

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 simple single-parameter input and existing output schema, the description adds value by specifying that details include comments, indexes, and foreign keys. Could mention if it is safe/read-only but not essential.

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 description coverage is 0% but the description compensates with an in-line 'Args' explanation for table_name, clearly stating it is the table name to query. Adequate for a single parameter.

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 queries detailed table structure including field comments, indexes, and foreign keys. It distinguishes from siblings: list_tables lists tables, execute_sql runs arbitrary SQL, while describe_table provides schema details for a specific table.

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?

No explicit when-to-use or when-not-to-use guidance. Usage is implied from context: use when needing table structure details, but no alternatives or exclusions are mentioned.

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/KeeVor/keevor-mysql-mcp-server'

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