Skip to main content
Glama
berthelius

Frihet MCP Server

Update Quote

update_quote
Idempotent

Update an existing quote by providing only the fields to change. Mark quotes as accepted, sent, or rejected.

Instructions

Update an existing quote using PATCH semantics. Only the provided fields will be changed. Example: id='abc123', status='accepted' to mark a quote as accepted. / Actualiza un presupuesto existente. Solo se modifican los campos proporcionados.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesQuote ID / ID del presupuesto
itemsNoLine items / Conceptos
notesNoNotes / Notas
statusNoStatus / Estado
dueDateNoDue date in ISO 8601 (YYYY-MM-DD) / Fecha de vencimiento
taxRateNoTax rate % (e.g. 21 IVA, 7 IGIC) / Porcentaje de impuesto
clientIdNoExisting client ID — server back-fills taxId/address / ID de cliente existente
irpfRateNoIRPF withholding % (retencion autonomo ES) / Retencion IRPF %
issueDateNoIssue date in ISO 8601 (YYYY-MM-DD), defaults to today / Fecha de emision
clientNameNoClient name / Nombre del cliente
validUntilNoExpiry date (YYYY-MM-DD) / Fecha de validez
clientTaxIdNoClient tax ID (NIF/CIF/VAT) / NIF/CIF del cliente
clientAddressNoClient billing address / Direccion fiscal del cliente
clientLocationNoFiscal zone driving IVA vs IGIC vs exempt / Zona fiscal
equivalenceSurchargeRateNoRecargo de equivalencia % / Recargo de equivalencia %

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
itemsYes
notesNo
totalNo
statusNo
createdAtNo
updatedAtNo
clientNameYes
validUntilNo
Behavior4/5

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

The description adds PATCH semantics beyond annotations (readOnlyHint=false, idempotentHint=true). It discloses that only provided fields change, but does not cover authorization or other contextual behaviors.

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?

Two sentences front-loaded with key information and bilingual. No wasted words.

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?

For a complex 15-parameter tool with output schema and annotations, the description covers the essential: resource, action, semantics, and an example. It is sufficiently complete for an update tool.

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?

Schema description coverage is 100%, so the schema already documents all parameters. The description adds an example using id and status but does not significantly enhance understanding 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 'Update an existing quote using PATCH semantics' and provides an example. It distinguishes from siblings like create_quote and update_invoice by specifying the resource 'quote' and the action.

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 explains that only provided fields are changed and gives an example of changing status. It implies the tool is for partial updates but does not explicitly state when not to use it or compare with 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