Skip to main content
Glama

dokploy_mariadb_update

dokploy_mariadb_update
Idempotent

Modify MariaDB database configurations in Dokploy, including credentials, resources, and deployment settings for containerized environments.

Instructions

[mariadb] mariadb.update (POST)

Parameters:

  • mariadbId (string, required)

  • name (string, optional)

  • appName (string, optional)

  • description (any, optional)

  • databaseName (string, optional)

  • databaseUser (string, optional)

  • databasePassword (string, optional)

  • databaseRootPassword (string, optional)

  • dockerImage (string, optional)

  • command (any, optional)

  • args (any, optional)

  • env (any, optional)

  • memoryReservation (any, optional)

  • memoryLimit (any, optional)

  • cpuReservation (any, optional)

  • cpuLimit (any, optional)

  • externalPort (any, optional)

  • applicationStatus (enum: idle, running, done, error, optional)

  • healthCheckSwarm (any, optional)

  • restartPolicySwarm (any, optional)

  • placementSwarm (any, optional)

  • updateConfigSwarm (any, optional)

  • rollbackConfigSwarm (any, optional)

  • modeSwarm (any, optional)

  • labelsSwarm (any, optional)

  • networkSwarm (any, optional)

  • stopGracePeriodSwarm (any, optional)

  • endpointSpecSwarm (any, optional)

  • ulimitsSwarm (any, optional)

  • replicas (number, optional)

  • createdAt (string, optional)

  • environmentId (string, optional)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mariadbIdYes
nameNo
appNameNo
descriptionNo
databaseNameNo
databaseUserNo
databasePasswordNo
databaseRootPasswordNo
dockerImageNo
commandNo
argsNo
envNo
memoryReservationNo
memoryLimitNo
cpuReservationNo
cpuLimitNo
externalPortNo
applicationStatusNo
healthCheckSwarmNo
restartPolicySwarmNo
placementSwarmNo
updateConfigSwarmNo
rollbackConfigSwarmNo
modeSwarmNo
labelsSwarmNo
networkSwarmNo
stopGracePeriodSwarmNo
endpointSpecSwarmNo
ulimitsSwarmNo
replicasNo
createdAtNo
environmentIdNo
Behavior3/5

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

Annotations indicate this is a non-destructive, idempotent update operation (readOnlyHint=false, destructiveHint=false, idempotentHint=true). The description doesn't contradict these annotations, but it also adds no behavioral context beyond what's already in annotations. It doesn't explain what 'update' means in practice (e.g., partial updates, validation, side effects, or response format). With annotations covering basic safety, the description adds minimal value.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

While the description is technically concise in length, it's poorly structured and wastes space on a redundant parameter list that duplicates the schema. The first line '[mariadb] mariadb.update (POST)' is the only content that isn't just schema repetition, but it's insufficient. This isn't effective conciseness—it's under-specification masked as brevity.

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?

Given the tool's complexity (32 parameters, mutation operation, no output schema), the description is severely incomplete. It doesn't explain the update operation's scope, what happens to unspecified parameters, whether all parameters are optional except mariadbId, or what the response contains. With annotations providing only basic hints and no output schema, the description fails to provide necessary context for effective use.

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?

The description merely lists parameter names and types without any semantic explanation. With 0% schema description coverage (no parameter descriptions in the schema), the description fails to compensate by explaining what parameters like 'mariadbId', 'databaseRootPassword', or 'modeSwarm' actually mean or how they affect the update. This leaves 32 parameters largely unexplained.

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

Purpose2/5

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

The description is essentially a tautology that restates the tool name ('mariadb.update') and lists parameters without explaining what the tool actually does. It doesn't specify what resource is being updated (a MariaDB database instance/configuration) or what the update operation entails. While it mentions 'POST' which implies a write operation, this is insufficient for purpose clarity.

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

Usage Guidelines1/5

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

There is absolutely no guidance on when to use this tool versus alternatives. The description doesn't mention prerequisites, when this should be used instead of other MariaDB tools (like create, delete, or deploy), or any contextual constraints. This leaves the agent with no usage direction.

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/jarciahdz111/dokploy-mcp'

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