Skip to main content
Glama
guipmilek

Despezzas MCP

by guipmilek

Preparar Edição de Transação

despezzas_prepare_update_transaction
Read-only

Prepares and validates the transaction update payload before submission. Use this tool to preview and correct data for editing a transaction.

Instructions

Auxiliar de pré-visualização. Monta e valida o payload para editar uma transação sem chamar o Despezzas. Use antes de despezzas_update_transaction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
dateNo
kindNo
paidNo
scopeNoEscopo de edição para transações recorrentes/parceladas.THIS
titleNo
account_idNo
category_idNo
descriptionNo
amount_centsNo
edition_dateNoData da ocorrência a editar. Por padrão, usa date quando informado.
credit_card_idNo
subcategory_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
noteYes
readyYes
issuesYes
methodYes
payloadYes
endpointYes
Behavior5/5

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

Annotations declare readOnlyHint=true, and the description confirms it does not call the API ('sem chamar o Despezzas') and is a preview tool. This adds behavioral context beyond annotations and aligns with them.

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 sentences, no wasted words, front-loaded with purpose. However, it lacks parameter detail which would improve usability; still concise enough.

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?

Despite an output schema, the description provides minimal context for a tool with 13 parameters. It explains the tool's role but not how to use the prepared payload or handle validation. Adequate but not comprehensive.

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?

Schema coverage is only 15% (only two parameters have descriptions), and the tool description adds no explanation of parameter meanings or usage. Given the large number of parameters (13) with low schema coverage, the description should compensate but does not.

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 it is a preview helper ('Auxiliar de pré-visualização') that builds and validates the payload for editing a transaction without calling the Despezzas API. It distinguishes from sibling tools like despezzas_update_transaction and other prepare tools.

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

Usage Guidelines5/5

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

Explicitly tells the agent to use this before despezzas_update_transaction ('Use antes de despezzas_update_transaction'), providing clear sequencing. No when-not stated but sibling context makes alternatives obvious.

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/guipmilek/despezzas-mcp-clean-snapshot'

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