Skip to main content
Glama
guipmilek

Despezzas MCP

by guipmilek

Criar Transação

despezzas_create_transaction
Destructive

Creates a transaction in Despezzas after preparation. Requires explicit confirmation and valid account, card, and category IDs from prior steps.

Instructions

Operação de escrita. Cria uma transação real no Despezzas. Exige confirm: true. Use despezzas_prepare_create_transaction primeiro e nunca adivinhe IDs de conta/cartão/categoria.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYes
kindNoexpense
paidNo
titleYes
confirmNo
frequencyNo
account_idNo
amount_modeNoper_installment
category_idNo
descriptionNo
amount_centsYesValor em centavos. Exemplo: 12345 = R$123.45.
installmentsNo
credit_card_idNo
subcategory_idNo
transaction_typeNounique
allow_uncategorizedNoDefina como true apenas quando quiser intencionalmente criar uma transação sem category_id.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
createdYes
payloadYes
transactionYes
Behavior3/5

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

Annotations already indicate destructiveHint: true, so the description's 'Operação de escrita' adds little. It does mention the confirm: true requirement, which is behavioral. However, it lacks details on side effects, error conditions, or the fact that it creates a permanent record, which would be useful beyond the annotation.

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 brief with three sentences, no redundant information, and front-loads the purpose. Could be slightly more structured but maintains high efficiency.

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 complexity (16 parameters, low schema coverage) and the presence of an output schema, the description should provide more context about the return value, error handling, and the different transaction types. It only covers a small fraction of the tool's usage context.

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 description coverage is only 13%, placing a burden on the description to explain parameters, but it only mentions confirm: true. Many critical parameters like account_id, category_id, amount_cents, date, and transaction_type are not explained in the description, leaving the agent to rely on the schema's sparse descriptions.

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 creates a real transaction ('Cria uma transação real no Despezzas') and identifies it as a write operation. It distinguishes from the sibling tool despezzas_prepare_create_transaction by indicating that the prepare tool must be used first.

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 instructs to use despezzas_prepare_create_transaction first and never guess IDs of account, card, or category. Also notes the requirement of confirm: true, providing clear guidance on when and how to use this tool.

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