Skip to main content
Glama
Frihet-io

Frihet MCP Server

Update Deposit

update_deposit
Idempotent

Update an existing deposit by providing its ID and any fields to modify. Only specified fields are changed, leaving others unchanged.

Instructions

Update an existing deposit using PATCH semantics. Only the provided fields will be changed. Example: id='abc123', amount=750, notes='Updated retainer amount' / Actualiza un deposito existente. Solo se modifican los campos proporcionados.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesDeposit ID / ID del deposito
clientIdNoClient ID / ID del cliente
clientNameNoClient name / Nombre del cliente
amountNoAmount / Importe
currencyNoCurrency code / Moneda
dateNoDate (YYYY-MM-DD) / Fecha
descriptionNoDescription / Descripcion
statusNoStatus / Estado
paymentMethodNoPayment method / Metodo de pago
referenceNoReference / Referencia
notesNoNotes / Notas

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
clientIdYes
clientNameNo
amountYes
currencyNo
dateNo
descriptionNo
statusNo
paymentMethodNo
referenceNo
notesNo
createdAtNo
updatedAtNo
Behavior3/5

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

Annotations already indicate idempotentHint=true, and the description aligns by stating 'only the provided fields will be changed.' No additional behavioral traits (e.g., required permissions, side effects) are disclosed beyond annotations.

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

Conciseness4/5

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

Two concise sentences with a bilingual example. Key info is front-loaded. The example is helpful but could be integrated more cleanly.

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?

Given the tool has an output schema (not shown) and multiple parameters, the description provides minimal additional context about the update behavior. Could mention valid field values or constraints if any.

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?

Schema provides bilingual descriptions for all 11 parameters (100% coverage). The description adds an example showing how to use id, amount, and notes, which adds practical context beyond the 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?

The description clearly states the tool updates an existing deposit using PATCH semantics, specifying that only provided fields are changed. This distinguishes it from create or delete tools.

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

Usage Guidelines3/5

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

The description explains the PATCH behavior but does not provide explicit guidance on when to use this tool versus alternatives like apply_deposit or create_deposit. No when-not-to-use advice.

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/Frihet-io/frihet-mcp'

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