Skip to main content
Glama
mesquitadev

mcp-oracle-db

by mesquitadev

Execute DML

execute

Run INSERT, UPDATE, DELETE, or MERGE statements on Oracle Database. Requires read-write mode and auto-commits changes automatically on success.

Instructions

Execute INSERT, UPDATE, DELETE, or MERGE statement. Requires ORACLE_MODE=readwrite. Auto-commits on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sqlYesDML SQL statement (INSERT, UPDATE, DELETE, MERGE)
bindsNoBind variables as key-value pairs
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses critical behavior: the readwrite mode requirement and auto-commit on success. This goes beyond a simple execution statement, though it does not describe error handling or return format.

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, compact sentence set with three clear clauses: purpose, prerequisite, and behavior. Every word contributes meaning, and it is front-loaded with the 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?

The description covers the essential aspects for a DML execution tool: what it executes, the mode requirement, and commit behavior. It does not mention output or error handling, but since there is no output schema, such details are less necessary. Overall, it is adequately complete for its complexity.

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% for both parameters, and the description adds no additional semantics beyond what the schema already provides. The schema already explicates the sql and binds fields, so the description provides no extra value here.

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 identifies the tool's function: executing DML statements (INSERT, UPDATE, DELETE, MERGE). It uses a specific verb plus resource and distinguishes from sibling tools like query (SELECT) and ddl (DDL).

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 a clear prerequisite (ORACLE_MODE=readwrite) and the statement types covered, implying it is for DML as opposed to other siblings. However, it does not explicitly name alternatives for SELECT or DDL, so it lacks explicit exclusions.

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/mesquitadev/mcp-oracle-db'

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