Skip to main content
Glama
BrkAzmn

Türkiye Vergi MCP

by BrkAzmn

Stopaj hesapla

stopaj_hesapla
Read-only

Calculate withholding tax and optional VAT on gross or net amounts using a user-provided rate.

Instructions

Kullanici tarafindan verilen oranla brut/net stopaj ve opsiyonel KDV hesaplar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tutarYes
kdv_oraniNo
tutar_tipiNobrut
stopaj_oraniYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
uyarilarNo
kaynaklarNo
net_tutarYes
brut_tutarYes
kdv_tutariYes
tutar_tipiYes
para_birimiNoTRY
varsayimlarNo
yasal_uyariNoBu cikti genel bilgilendirme amaclidir; hukuki veya mali musavirlik gorusu degildir. Isleme ozgu kosullar icin guncel resmi metni ve yetkili uzmani kontrol edin.
odeme_tutariYes
girilen_tutarYes
stopaj_tutariYes
kdv_orani_yuzdeNo
stopaj_orani_yuzdeYes
Behavior3/5

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

Annotations already indicate readOnlyHint=true, making the tool non-destructive. The description adds that it calculates with user-given rate and handles brut/net and optional VAT. No side effects, auth needs, or rate limits mentioned; but for a calculation tool, this is adequate. No contradiction with 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?

Description is a single concise sentence that front-loads the main action. It is not verbose, but could benefit from slight restructuring to include key details without increasing length significantly.

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?

Tool has output schema but the description does not mention what is returned (e.g., calculated amounts). It does not state that 'tutar_tipi' defaults to 'brut' or that 'kdv_orani' is optional. For a calculation tool with 4 parameters, this description is too sparse to be fully complete.

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 coverage is 0% (no parameter descriptions), so the description must compensate. It mentions 'oran' and 'brut/net stopaj' but does not explain 'tutar', 'tutar_tipi' (enum brut/net), 'kdv_orani' (optional), or 'stopaj_orani' beyond the rate. Insufficient for a tool with 4 parameters.

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?

Description clearly states the verb 'hesaplar' (calculates) and the resource: 'brut/net stopaj ve opsiyonel KDV' (gross/net withholding tax and optional VAT). This is specific and distinguishes it from siblings like 'kdv_hesapla' (only VAT) and 'gecikme_zammi_hesapla' (delay interest).

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

Usage Guidelines3/5

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

The description implies usage for stopaj calculation but provides no explicit guidance on when to use this tool versus alternatives like 'kdv_hesapla' for pure VAT or 'gecikme_zammi_hesapla' for delay interest. No exclusions or when-not-to-use instructions.

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/BrkAzmn/vergiMcp'

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