Skip to main content
Glama
theYahia

is-bankasi-mcp

by theYahia

get_exchange_rates

Fetch current exchange rates for specified currency codes. Provide an array of codes like ['USD', 'EUR'] to get their rates.

Instructions

Get current exchange rates

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
currency_codesNoSpecific currency codes (e.g. ['USD', 'EUR'])
Behavior2/5

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

With no annotations present, the description carries the full burden. It merely says 'current' and gives no information about output format, default behavior, data freshness, or side effects. For a read-only tool, the lack of explicit disclosure is a significant gap.

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 a single sentence with no wasted words. It is concise and front-loaded, but it is so minimal that it borders on under-specification. Still, conciseness is not the issue; the content is fine as far as it goes.

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?

The tool has no output schema and no annotations, but the description does not explain what the tool returns, whether all currencies are returned when currency_codes is omitted, or any default behavior. This leaves important gaps for a tool with optional input.

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 schema already provides 100% coverage for the single parameter, including an example. The description adds no parameter-specific meaning beyond the schema. Baseline 3 is appropriate given the high schema coverage.

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 states a clear verb-resource pair: 'get' and 'current exchange rates'. It is distinct from sibling tools like account or transaction tools. However, it does not add any nuance beyond the tool name itself, so it does not fully earn a 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?

There is no guidance on when to use this tool versus alternatives, nor any mention of when to omit the optional currency_codes parameter. The description gives no context for tool selection or invocation.

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/is-bankasi-mcp'

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