Skip to main content
Glama
theYahia

nbk-mcp

by theYahia

convert_currency

Convert currencies using official National Bank of Kazakhstan rates, with one side of the conversion being KZT. Specify amount, source currency, and optionally date for accurate exchange.

Instructions

Convert between currencies using NBK rates. One side must be KZT.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate in DD.MM.YYYY format (optional)
amountYesAmount to convert
to_currencyNoTarget currency code (default: KZT)KZT
from_currencyYesSource currency code, e.g. USD, KZT
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses the important constraint 'One side must be KZT' and the rate source, but does not mention behavior on invalid inputs, output format, or the role of the date parameter. It is adequate but not rich.

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?

One sentence of ten words, front-loaded with purpose and constraint. No unnecessary information; every part earns its place.

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

Completeness4/5

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

Given the 4-parameter schema with full coverage, the description provides the essential purpose and key constraint. It does not explain the return value, but for a straightforward conversion tool this is acceptable. It is reasonably complete for its complexity.

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 parameters are documented. The description adds semantic value by stating the critical business rule that one side must be KZT, which is not evident from the schema alone.

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 tool converts between currencies using NBK rates, with a specific verb and resource. It also highlights the key constraint that one side must be KZT, which distinguishes it from sibling rate-query tools.

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 use for conversion, but does not explicitly contrast with siblings like get_currency_rate or provide when-not-to-use guidance. The verb 'convert' suggests usage, but it is not explicit.

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/theYahia/nbk-mcp'

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