Skip to main content
Glama
bysonte

postgres-mcp-server

by bysonte

execute_commit

Confirm and commit an open PostgreSQL transaction, applying changes from execute_dml_ddl_dcl_tcl.

Instructions

Confirma una transacción abierta por execute_dml_ddl_dcl_tcl.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
transaction_idYesID de transacción
Behavior2/5

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

No hay anotaciones, por lo que la descripción debe asumir toda la carga de transparencia. Solo dice 'Confirma' sin explicar que el commit es permanente, qué sucede con los cambios DML, ni qué ocurre si la transacción no existe o ya fue cerrada. Esto deja importantes comportamientos sin revelar.

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?

Es una sola oración que va directo al propósito, sin redundancias ni información superflua. La estructura es precisa y fácil de procesar.

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?

La herramienta es simple: un solo parámetro y sin schema de salida. La descripción cubre la operación y la procedencia del transaction_id, pero omite advertencias sobre efectos permanentes o condiciones de error, lo que deja vacíos para un agente que deba invocarla de forma autónoma.

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?

El schema ya documenta transaction_id como string con minLength 1 y su descripción 'ID de transacción'. La descripción del tool añade contexto valioso: el ID proviene de execute_dml_ddl_dcl_tcl, lo que aclara el origen y uso del parámetro más allá del 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?

La descripción usa el verbo específico 'Confirma' e identifica claramente el recurso: una transacción abierta por execute_dml_ddl_dcl_tcl. Esto la distingue de sibling tools como execute_rollback y precisa exactamente qué operación realiza.

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?

La descripción indica cuándo usarla: para confirmar una transacción abierta por execute_dml_ddl_dcl_tcl, lo que establece un contexto secuencial. No menciona explícitamente execute_rollback como alternativa ni criterios de exclusión, pero el contexto de uso es claro.

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/bysonte/postgres-mcp-server'

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