Skip to main content
Glama
Michael2150

flamerobin-mcp-server

execute_ddl

Execute a single DDL statement (CREATE, ALTER, DROP) on a specified database and auto-commit. Confirm structure beforehand to avoid irreversible loss.

Instructions

Execute a single DDL statement (CREATE/ALTER/DROP TABLE, CREATE INDEX, etc.) and auto-commit. Before altering or dropping an existing object, call inspect_table or list_objects first to confirm structure. WARNING: DDL is irreversible — dropped tables and columns cannot be recovered. For multiple statements use execute_script. Returns 'DDL executed and committed.' on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
databaseYesDatabase key from list_databases.
sqlYesA single DDL statement. No trailing semicolon.
Behavior4/5

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

With no annotations, the description carries full burden for behavioral disclosure. It highlights key behaviors: auto-commit, irreversibility (dropped tables/columns cannot be recovered), and the fixed return message. However, it does not mention error behavior, permissions, or concurrency, which would be useful for a complete understanding.

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 concise with two substantive sentences, a warning, and a return note. It is well-structured with front-loaded purpose, and every sentence adds crucial information without redundancy.

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

Completeness5/5

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

Given the tool's simplicity (2 required parameters, no output schema, no annotations), the description covers all essential aspects: purpose, prerequisites, alternatives, risks, and outcome. It is fully adequate for correct invocation.

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

Parameters5/5

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

Schema coverage is 100%, and the description adds value beyond the schema: it specifies that 'database' is a key from list_databases, and clarifies that 'sql' should be a single DDL statement with no trailing semicolon. This guidance prevents common mistakes.

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 specifies a clear verb ('Execute') and resource ('a single DDL statement'), lists specific DDL types (CREATE/ALTER/DROP TABLE, CREATE INDEX), and distinguishes from siblings by mentioning auto-commit and contrasting with execute_script for multiple statements.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use guidance (before altering/dropping, inspect first) and when-not-to-use (for multiple statements use execute_script). It also includes a clear warning about irreversibility, helping the agent decide appropriately.

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/Michael2150/flamerobin-mcp-server'

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