Skip to main content
Glama

Evlek — Northern Cyprus Property MCP Server

Currency Conversion Only (legacy payment_plan name)

payment_plan
Read-only

The payment_plan identifier is retained only for compatibility. This tool converts an entered property asking-price amount across GBP/EUR/USD/TRY when complete, valid, fresh, date-stamped stored FX rates are available; otherwise it fails closed without amounts. It does not produce a payment plan, deposit schedule, installment schedule, acquisition-cost estimate, or advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
priceYesEntered property asking-price amount; not a deposit or installment.
currencyNoCurrency of the price (default GBP).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
fxNo
amountsYes
priceGBPYes
dataSourceNo
inputCurrencyYes
usesStoredRateNo

TDQS

A4.5/5.0
Behavior5/5

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

While annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false, the description adds critical behavioral details: it fails closed without amounts if rates are not complete/valid/fresh/date-stamped, and it explicitly disclaims generating any payment-plan-related outputs. This goes beyond what annotations provide.

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?

The description is three sentences: first disarms the legacy name, second states the core function and condition, third eliminates common misconceptions. Every sentence earns its place, and the main purpose is front-loaded.

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

Completeness5/5

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

Given the tool's simplicity (two parameters, full schema descriptions, output schema present, and strong annotations), the description adequately covers what the tool does, under what conditions it works, and what it does not do. No critical selection-relevant information is missing.

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, including clear descriptions for both 'price' and 'currency.' The tool description restates the scope (asking-price amount, not deposit) but adds no new parameter-level information beyond the schema. The schema already carries the burden, so a baseline 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 explicitly states that the tool converts an entered property asking-price amount across GBP/EUR/USD/TRY, with the title reinforcing 'Currency Conversion Only.' It also distinguishes itself by listing what it does not do (payment plan, deposit schedule, etc.), making its purpose unmistakable.

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?

The description clearly presents the tool's use case (currency conversion of an asking price) and even clarifies that the legacy name is retained only for compatibility. However, it does not explicitly name alternative tools for related tasks or provide exclusion criteria, so it stops short of a full 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation2/5

Several tools have overlapping purposes: fetch and get_listing_detail both return full listing details (differing only by ID type), and search and search_listings both perform listing searches (differing by query style). The payment_plan tool is misleadingly named as it only converts currency, not plan payments.

Naming Consistency3/5

Most tools follow a verb_noun pattern (compare_cities, get_listing_detail, search_listings), but exceptions like fetch, search, payment_plan, and student_housing break the pattern. The mix is readable but not fully consistent.

Tool Count4/5

14 tools is within the typical well-scoped range, but the set includes redundant pairs (fetch/get_listing_detail and search/search_listings) that could be consolidated, making it feel slightly inflated for the actual functionality.

Completeness4/5

The server covers core discovery (search, get detail), aggregate pricing (index, district, city comparisons), and specialized calculations (yield, student housing). As a read-only property search server it is fairly complete, though it lacks explicit filter/list-by-type tools beyond search_listings.