Skip to main content
Glama
iseppo

e-arveldaja MCP Server

by iseppo

Cleanup CAMT Possible Duplicate

cleanup_camt_possible_duplicate
Destructive

Resolve duplicate bank transactions by copying missing CAMT metadata from a newer import to the older authoritative transaction, then delete the duplicate.

Instructions

Apply any missing CAMT metadata onto the kept older transaction and then delete the newly imported duplicate PROJECT transaction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keep_transaction_idYesExisting authoritative transaction ID to keep
patch_missing_fieldsNoOptional CAMT metadata to fill only if the kept transaction still lacks those values
delete_transaction_idYesNew duplicate PROJECT transaction ID to delete
Behavior3/5

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

Annotations already indicate destructive behavior (destructiveHint=true), so the description does not need to reiterate that. It adds context about transferring metadata before deletion, which is good. However, it does not disclose irreversibility, required permissions, or potential side effects beyond the annotations.

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 a single sentence that efficiently conveys the two-step process. It is concise and front-loaded, but could be slightly improved by breaking into two sentences for readability. Overall, it earns its place without fluff.

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 tool's simplicity, the description covers the key actions and constraints. It specifies the order of operations and the optional nature of metadata patching. However, it does not mention what the tool returns (e.g., success confirmation) or error scenarios, which would improve completeness.

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 baseline is 3. The description adds little extra meaning beyond the schema; it essentially restates the schema descriptions for the parameters. For 'patch_missing_fields', both description and schema mention 'fill only if the kept transaction still lacks those values', so no added value.

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 the tool's two-step action: apply missing CAMT metadata to the kept older transaction and delete the duplicate. It explicitly names the resources (CAMT metadata, older transaction, duplicate PROJECT transaction) and distinguishes from sibling tools like delete_transaction or detect_duplicate_purchase_invoice by focusing on the unique cleanup workflow.

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?

The description does not provide any guidance on when to use this tool versus alternatives. It lacks explicit 'when to use' or 'when not to use' instructions, and there is no mention of prerequisites or conditions that would warrant cleanup.

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/iseppo/e-arveldaja-mcp'

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