Skip to main content
Glama
SamuelMoraesF

io.github.SamuelMoraesF/mcp-organizze

deleteTransaction

Delete a transaction from your Organizze account. For recurring transactions, optionally remove all occurrences or future ones.

Instructions

Excluir movimentação

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
update_allNoExcluir todas as ocorrências (se recorrente)
update_futureNoExcluir esta e as próximas ocorrências (se recorrente)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
dateNo
paidNo
tagsNo
notesNo
recurringNo
account_idNo
contact_idNo
created_atNo
updated_atNo
attachmentsNo
category_idNo
descriptionNo
installmentNo
account_typeNo
amount_centsNo
recurrence_idNo
credit_card_idNo
attachments_countNo
oposite_account_idNo
total_installmentsNo
paid_credit_card_idNo
credit_card_invoice_idNo
oposite_transaction_idNo
paid_credit_card_invoice_idNo
Behavior1/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states 'delete transaction' and omits critical details such as irreversibility, effects on recurring occurrences, or any side effects. This is a significant transparency gap for a destructive operation.

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

Conciseness2/5

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

The description is only three words, which is under-specified rather than concise. While it contains no fluff, it does not convey enough information to be useful; it is essentially a translation of the tool name with no added structure or elaboration.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is grossly incomplete for a tool with three parameters and a recurring-transaction feature. It fails to mention how the delete behaves for recurring transactions (whether it deletes only one occurrence, all, or future ones), which is a central aspect of the tool's functionality.

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?

The schema already provides descriptions for update_all and update_future, but the required 'id' parameter lacks a description. The tool description does not clarify that 'id' identifies the transaction or explain how the boolean flags modify deletion behavior, failing to compensate for the 33% schema coverage gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Excluir movimentação' directly translates to 'Delete transaction,' which essentially restates the tool name 'deleteTransaction.' It does not elaborate on the tool's scope (e.g., that it handles recurring transactions) and does not differentiate it from sibling tools like deleteTransfer or deleteAccount.

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

Usage Guidelines2/5

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

No usage guidance is provided. The description does not indicate when to choose deleteTransaction over alternatives, nor does it mention the optional recurring-related parameters (update_all, update_future) that are central to using the tool correctly.

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/SamuelMoraesF/mcp-organizze'

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