Skip to main content
Glama

ZahabPrice — Live Gold & Silver Prices

calculate_installment

Calculates gold purchase installment plan via Tamara or Tabby. Available in Saudi Arabia only (prices in SAR). Tamara plans: 2/3/4 months (0% fee), 6/9/12 months (17% fee), 24 months (40% fee). Tabby plans: 3 months (0% fee), 4/6 months (1.15% fee). Minimum purchase: 200 SAR.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
priceYesTotal purchase price in SAR.
monthsNoNumber of installments. Tamara: 2/3/4/6/9/12/24. Tabby: 3/4/6.
providerYesInstallment provider.

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses fee structures (0%, 17%, 40%, 1.15%), available months per provider, and the minimum purchase threshold. It does not detail output format or error handling, but the core calculation behavior is well explained.

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 tightly written sentences: purpose, Tamara plans, Tabby plans and minimum. No fluff, every detail earns its place, and information is front-loaded.

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?

The description covers input constraints well (region, currency, fee schedules, minimum). However, with no output schema, it does not describe what the tool returns (e.g., monthly payment, breakdown, or error behavior for unsupported months). This leaves a gap for an agent that needs to present results to the user.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by providing fee percentages and the minimum spend, which are not in the schema. It also clarifies the allowed months per provider, reinforcing the schema's enum descriptions.

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 opens with a specific verb ('Calculates') and resource ('gold purchase installment plan'), naming the two providers (Tamara, Tabby). This clearly distinguishes it from sibling tools like get_gold_price and get_silver_price, which retrieve prices rather than calculate installment plans.

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 provides clear context for when the tool is applicable: only in Saudi Arabia, with prices in SAR, and a minimum purchase of 200 SAR. It does not explicitly compare to alternatives, but the provider and plan details make the intended use obvious.

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

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: retrieving gold price, retrieving silver price, listing countries, and calculating installments. No two tools overlap in function, so an agent can easily select the right one.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in lowercase with underscores: get_gold_price, get_silver_price, list_countries, calculate_installment. The naming is uniform and predictable.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose of providing live gold/silver prices and related purchase calculations. The count is within the ideal range and each tool earns its place.

Completeness4/5

The tool surface covers the primary domain actions: fetching prices, listing countries, and calculating installments. Minor gaps like historical price data or unit conversions exist, but they are not essential to the core workflows.

Resources