Skip to main content
Glama
cano721

@cano721/mysql-mcp-server

by cano721

get_related_tables

Discover all tables related to a specific table via foreign keys, with depth control for traversing dependencies.

Instructions

Find all related/connected/associated tables linked to a specific table through foreign keys. Discovers table relationships and dependencies with depth traversal. Use this when asked to find related tables, connected tables, associated tables, or table relationships. 한글: 연관 테이블, 관련 테이블, 연결된 테이블, 테이블 관계, 참조 테이블, FK 관계

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableYesTable name to find related tables for
databaseNoDatabase name (optional, uses default if not specified)
depthNoMaximum depth to traverse relationships (default: 3, warning if > 10)
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It mentions depth traversal and warns about depth >10, but does not clarify if relationships are direct only or transitive, or any side effects. It is adequate but not comprehensive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two main sentences plus a keyword list. The Korean translation adds some length but is not strictly necessary. It could be slightly more streamlined, but overall efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description should clarify the return format (e.g., list of table names). It does not describe what the tool returns. Parameters are well-documented, but output info is missing, making it incomplete for an agent.

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%, so baseline is 3. The description adds minor value by explaining optional database default and depth warning, but these are already in the schema. No additional meaning beyond 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 uses a clear verb 'Find' and specifies the resource 'all related/connected/associated tables linked to a specific table through foreign keys.' It distinguishes from siblings like 'list_tables' by focusing on relationships and depth traversal.

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

Usage Guidelines4/5

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

The description explicitly states when to use the tool: 'Use this when asked to find related tables, connected tables, associated tables, or table relationships.' It also provides Korean keywords. It does not specify when not to use or alternatives, but the context is clear given sibling tools.

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

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