Skip to main content
Glama
berthelius

Frihet MCP Server

Create Deposit

create_deposit

Record a client deposit to track advance payments, retainers, or security deposits. Requires client ID and amount.

Instructions

Record a new deposit from a client. Requires clientId and amount. Useful for tracking advance payments, retainers, and security deposits. Example: clientId='abc123', amount=500, currency='EUR', description='Project retainer' / Registra un nuevo deposito de un cliente. Requiere clientId e importe. Util para adelantos, retenciones y depositos de garantia.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDeposit date in ISO 8601 (YYYY-MM-DD) / Fecha del deposito
notesNoInternal notes / Notas internas
amountYesDeposit amount / Importe del deposito
statusNoStatus (e.g. 'pending', 'applied', 'refunded') / Estado
clientIdYesClient ID / ID del cliente
currencyNoCurrency code (e.g. 'EUR', 'USD') / Codigo de moneda
referenceNoExternal reference or receipt number / Referencia externa
clientNameNoClient name (denormalized) / Nombre del cliente
descriptionNoDeposit description / Descripcion del deposito
paymentMethodNoPayment method (e.g. 'bank_transfer', 'card') / Metodo de pago

Output Schema

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

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

With annotations providing only readOnlyHint=false and destructiveHint=false, the description states the core action (create a deposit) but lacks details on side effects (e.g., impact on client balance, automatic processes). It does not disclose idempotency or other behaviors beyond what is obvious from the action.

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?

The description is well-structured with a clear opening statement, usage guidelines, and example. It is bilingual which doubles length but remains focused. Slightly verbose due to duplication, but adequate.

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?

Given the output schema exists and the input schema fully describes parameters, the description covers the essential purpose and required parameters. It does not explore optional params in depth, but for a creation tool this is sufficient. It could mention relationship to sibling tools like apply_deposit.

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?

Although schema coverage is 100% with individual descriptions, the tool description adds value by emphasizing required params (clientId, amount) and providing a concrete example mapping parameters to values. The bilingual reinforcement also aids interpretation.

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 'Record a new deposit from a client.' It specifies the verb (Record) and resource (deposit), and distinguishes from siblings like apply_deposit and refund_deposit by focusing on creation. It also provides concrete use cases like advance payments and retainers.

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 explicitly mentions required parameters (clientId, amount) and gives an example, which helps usage. It outlines when the tool is useful (tracking advance payments, retainers, security deposits). However, it does not explicitly state when NOT to use it or mention sibling tools as alternatives.

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

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