Skip to main content
Glama
AaroYazilim

AARO ERP MCP Server

by AaroYazilim

erp_dekont_tamamla

Complete and finalize payment vouchers in the AARO ERP system by processing the specified voucher ID to close transactions.

Instructions

Dekontu tamamlar ve işlemi sonlandırır. Görüntülemek için: https://erp.aaro.com.tr/Fatura/Kalem?id={DekontID}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
DekontIDYesDekont ID (zorunlu)
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states the tool 'completes and finalizes the receipt/transaction,' implying a write/mutation operation that likely changes state (e.g., from draft to finalized). However, it doesn't mention whether this action is reversible, what permissions are required, if it triggers side effects (e.g., notifications, accounting entries), or what happens on success/failure. For a mutation tool with zero annotation coverage, this is insufficient.

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 and front-loaded, with the core action stated first ('Dekontu tamamlar ve işlemi sonlandırır'). The second sentence provides a useful URL for viewing, which adds value without redundancy. However, the URL could be more integrated (e.g., explaining it's for verification), slightly reducing 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 this is a mutation tool (implied by 'tamamlar') with no annotations and no output schema, the description is incomplete. It doesn't explain what the tool returns (e.g., success confirmation, updated receipt data), error conditions, or behavioral nuances like idempotency. For a tool that likely alters business data, more context is needed to use it safely and effectively.

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?

The input schema has 100% description coverage, with the single parameter 'DekontID' documented as mandatory. The description doesn't add any parameter-specific information beyond what's in the schema (e.g., format examples, where to find the ID, or validation rules). With high schema coverage, the baseline score of 3 is appropriate—the description doesn't compensate but doesn't need to.

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

Purpose4/5

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

The description clearly states the tool's purpose with a specific verb ('tamamlar' - completes/finalizes) and resource ('Dekontu' - the receipt/voucher). It distinguishes from sibling tools like 'erp_dekont_duzenle' (edit receipt) and 'erp_dekont_olustur' (create receipt) by indicating this is a finalization action. However, it doesn't explicitly contrast with all siblings, keeping it at 4 rather than 5.

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 provides no guidance on when to use this tool versus alternatives. While it mentions a URL for viewing the receipt, it doesn't specify prerequisites (e.g., must be in draft state), exclusions, or when to choose this over other receipt-related tools like 'erp_dekont_duzenle'. The agent receives no usage context beyond the basic action.

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/AaroYazilim/aaro-erp-mcp-server'

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