Skip to main content
Glama
cemalturkcan

MariaDB MCP Server

by cemalturkcan

execute_select

Execute read-only SELECT, SHOW, DESCRIBE, or EXPLAIN queries on MariaDB/MySQL databases with enforced row limits for data retrieval and analysis.

Instructions

Executes a read-only SELECT/SHOW/DESCRIBE/EXPLAIN query. Row limit is enforced.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectionYes
queryYes
databaseNo
row_limitNo
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It helpfully mentions the read-only nature and row limit enforcement, but doesn't cover other important behavioral aspects like error handling, timeout behavior, or what happens with invalid queries.

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 extremely concise with just two sentences that each add significant value - the first defines the tool's purpose and scope, the second adds important behavioral context about row limits.

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

Completeness2/5

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

For a query execution tool with 4 parameters, 0% schema coverage, no annotations, and no output schema, the description is insufficient. It doesn't explain what the tool returns, how results are formatted, or provide adequate guidance on parameter usage beyond the basic purpose statement.

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

Parameters2/5

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

With 0% schema description coverage and 4 parameters, the description provides minimal parameter information. It mentions 'row limit is enforced' which relates to one parameter, but doesn't explain the purpose of connection, query, or database parameters beyond what their names imply.

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's purpose with specific verbs ('executes') and resources ('read-only SELECT/SHOW/DESCRIBE/EXPLAIN query'), and distinguishes it from siblings by specifying it's for read-only queries rather than metadata listing or suggestion operations.

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 provides clear context about when to use this tool ('read-only SELECT/SHOW/DESCRIBE/EXPLAIN query'), but doesn't explicitly mention when not to use it or name specific alternatives among the 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/cemalturkcan/mariadb-mcp-server'

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