Skip to main content
Glama

Boi Exchange Rates

boi_exchange_rates
Read-onlyIdempotent

All current Bank of Israel representative exchange rates vs the Israeli Shekel (ILS). Returns one entry per currency with currentExchangeRate (shekels per unit of the foreign currency), currentChange (% vs previous), unit (1 for most, 100 for some like JPY — per-1 rate = currentExchangeRate / unit), and lastUpdate. Use this for a snapshot of all available currencies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description doesn't need to repeat safety. It adds useful context: returns one entry per currency, explains the 'unit' field and how to compute per-1 rates. This is sufficient disclosure beyond 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?

The description is concise (three sentences) and front-loaded with the main purpose. It provides necessary detail without excess. Could be slightly more structured, but overall effective.

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 no parameters and no output schema, the description fully explains what the tool returns and how to interpret the fields (e.g., unit division for per-1 rate). It covers all relevant aspects for an agent to use the tool correctly.

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?

The input schema is empty (no parameters), so the description has no parameters to explain. Baseline of 4 applies as no additional semantic burden. The description focuses on output structure.

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 it returns 'all current Bank of Israel representative exchange rates vs the Israeli Shekel (ILS)' and specifies the fields (currentExchangeRate, currentChange, unit, lastUpdate). The plural name 'boi_exchange_rates' versus singular sibling 'boi_exchange_rate' distinguishes its scope as a full-list tool.

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 says 'Use this for a snapshot of all available currencies,' which clearly indicates when to use it. However, it does not explicitly mention when not to use it (e.g., for a single currency, use the singular sibling tool). The sibling context helps, but the description could be more explicit.

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/5.0
Disambiguation3/5

Most tools have highly detailed descriptions that clarify their distinct roles, and the pipeworx/boi/polymarket families are individually distinguishable. However, ask_pipeworx_beta is explicitly described as currently identical to ask_pipeworx (a true duplicate), and the polymarket tools (arbitrage, edges, edge_tracker, fill_risk, kalshi_spread) share overlapping purpose and could cause misselection despite their lengthy docs.

Naming Consistency3/5

Many tools follow a clear verb_noun pattern (compare_entities, discover_tools, resolve_entity, validate_claim), but a large subset uses noun-first or prefixed compound names (ai_visibility_check, bet_research, boi_exchange_rate, polymarket_arbitrage). The naming is readable and group-consistent (boi_*, polymarket_*, ask_pipeworx*) but the overall convention is mixed rather than uniform.

Tool Count2/5

At 34 tools, the set exceeds the 25+ threshold for 'too many' and spans many unrelated domains (data lookup, prediction markets, memory, subscriptions, AI visibility, llms.txt generation, feedback). The broad scope explains the count, but many tools feel like add-on utilities rather than a tightly scoped server, making the surface feel bloated.

Completeness4/5

The core domain—authoritative structured data access—is extremely well covered: universal routing, grounded mode, deep research, entity profiles, comparisons, claim validation, resolution, discovery, and suggestions. Minor gaps exist (no explicit tool for fetching a pipeworx:// citation URI directly, no update operation for subscriptions), but agents can work around these via the router and existing subscription lifecycle tools.