Skip to main content
Glama
cocaxcode

@cocaxcode/database-mcp

by cocaxcode

conn_set_group

Assign or change the group of an existing database connection to organize connections by category.

Instructions

Asigna o cambia el grupo de una conexion existente.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupYesNombre del grupo
connectionYesNombre de la conexion
Behavior2/5

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

Al modificar el grupo de una conexión, es una operación mutadora. No se indican permisos requeridos, reversibilidad, ni qué ocurre si el grupo no existe. La descripción es demasiado escueta y las anotaciones ausentes no compensan la falta de contexto.

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?

Una sola oración compacta y directa que comunica el propósito central. Sin relleno ni repeticiones innecesarias.

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?

Herramienta simple con dos parámetros documentados y sin esquema de salida. El significado de grupo no se contextualiza con respecto a los comandos conn_group_*, y no se informa si devuelve algo o cómo se reportan errores.

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?

El esquema cubre el 100% de los parámetros con descripciones breves que repiten el nombre, aunque añaden el detalle de que 'connection' y 'group' son nombres. No aporta reglas de formato, valores permitidos ni relaciones entre parámetros más allá del tipo string.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

La descripción 'Asigna o cambia el grupo de una conexión existente' tiene un verbo específico y un recurso claro (grupo de una conexión), y se distingue de la herramienta conn_group_create al centrarse en conexiones existentes, aunque no nombra alternativas explícitas.

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

Usage Guidelines2/5

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

Indica el efecto pero no ofrece orientación sobre cuándo usar esta herramienta en lugar de conn_group_create, conn_set_default u otras herramientas hermanas. No se mencionan exclusiones ni casos límite.

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/cocaxcode/database-mcp'

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