Skip to main content
Glama
iseppo

e-arveldaja MCP Server

by iseppo

Save Auto-Booking Rule

save_auto_booking_rule
Idempotent

Save or update an auto-booking rule for a stable counterparty after treatment approval. Streamline recurring transaction categorization and accounting.

Instructions

Save or update one stable counterparty auto-booking default. Use only after the treatment has been confirmed and approved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
matchYesCounterparty match text, usually the supplier or counterparty name stem
reasonNoOptional short explanation for the rule
categoryNoOptional classification category such as saas_subscriptions or bank_fees
reversed_vat_idNoOptional reverse-charge VAT flag
vat_rate_dropdownNoOptional VAT rate dropdown value
purchase_article_idNoOptional purchase article ID
purchase_accounts_idNoOptional purchase account ID
liability_accounts_idNoOptional liability account ID
purchase_account_dimensions_idNoOptional purchase account dimension ID
Behavior3/5

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

Annotations already indicate idempotentHint=true and destructiveHint=false, so the description's 'Save or update' is consistent. The description adds no extra behavioral context beyond what annotations provide, but does imply it operates on a single rule (not batch), which is a minor addition.

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, no wasted words. First sentence states purpose, second sentence provides usage guidance. Front-loaded and efficient.

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?

No output schema exists, but the tool is relatively simple (save/update a rule). The description does not explain return values or error states. Given the 9 parameters (mostly optional) and no output schema, a bit more context about what the response contains 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 covers 100% of parameters with descriptions. The tool description adds no additional meaning beyond what the schema already provides, so baseline score of 3 is appropriate.

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 action ('Save or update') and the resource ('one stable counterparty auto-booking default'). It is specific and distinct from sibling tools like 'suggest_booking' which are for suggesting rather than persisting rules.

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?

Provides explicit precondition: 'Use only after the treatment has been confirmed and approved.' While it doesn't explicitly mention when not to use or list alternatives, the context and sibling list imply it's for finalized auto-booking rules. A clear when-to-use statement is present.

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