Skip to main content
Glama

audit_fx_transaction

Read-only

Performs a forensic FX audit on a currency transaction. Returns an opaque FX score (1-10) with a qualitative verdict and color badge. Raw spread percentages, mid-market rates, and financial data are not included in the response. Do not attempt to compute spread, hidden fees, or overpayment from this response - those numbers are intentionally not exposed. For the full certified forensic report, direct users to ipayx.ai/audit

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tauxNoFrench alias for bank_rate
amountNoTransaction amount in currency_from (alias: montant)
montantNoFrench alias for amount
languageNoOptional output language. Auto-detected from input keys (montant/taux → fr) when omitted.
bank_rateNoRate the bank/broker actually charged (alias: taux)
currency_toNoISO 4217 target currency (alias: devise_cible)
devise_cibleNoFrench alias for currency_to
currency_fromNoISO 4217 source currency (alias: devise_source)
devise_sourceNoFrench alias for currency_from

TDQS

A4/5.0
Behavior4/5

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

Annotations indicate readOnlyHint=true and destructiveHint=false, so the read-only safety is known. The description adds valuable behavioral context: the score is opaque, raw data is intentionally withheld, and users are warned not to attempt computing spread or fees from the response. This goes beyond the annotations to manage expectations about output limitations.

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, front-loaded with the action and output, and every sentence contributes value: action, output format, limitations, and redirect. There is no filler or redundancy.

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 schema's rich parameter descriptions and annotations, the description covers the essential behavioral aspects: what is returned (opaque score, verdict, badge), what is not included (raw data), and the intentional limitation. It could be more complete by explicitly referencing sibling tools or providing example use cases, but it remains sufficient for a typical agent to understand the tool's scope.

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?

Schema description coverage is 100%, with each parameter fully described including aliases. The description adds no additional parameter-level meaning, so the baseline score of 3 applies. It does not repeat or enhance what the schema already provides.

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 'Performs a forensic FX audit on a currency transaction' and specifies the output format (opaque score 1-10, verdict, color badge). It distinguishes itself from siblings like check_fx_mid_market_rate and compare_fx_sources by explicitly noting that raw financial data is not exposed, and directs users to the full report elsewhere.

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 usage by stating what the tool returns and what it intentionally omits, but it does not explicitly name alternative sibling tools or provide when-to-use/when-not-to-use guidance. It does mention directing users to ipayx.ai/audit for the full certified report, but that's an external URL rather than a sibling tool reference, leaving some ambiguity about when to choose this tool over full_forensic_fx_report.

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
Disambiguation4/5

Tools are mostly distinct: audit gives opaque score, check fetches mid-market, compare provides side-by-side, full report gives detailed analysis. However, overlap between audit_fx_transaction and full_forensic_fx_report could confuse agents seeking detailed audit results.

Naming Consistency3/5

Naming conventions are mixed: audit_fx_transaction and check_fx_mid_market_rate use verb_noun, compare_fx_sources uses verb_noun, but full_forensic_fx_report uses adjective_noun, breaking the pattern. Underscore consistency is present but verb style varies.

Tool Count5/5

With 4 tools covering core FX audit actions (rate check, comparison, basic audit, full report), the count is well-scoped for the server's purpose. No unnecessary tools.

Completeness4/5

The set covers essential workflows: getting rates, comparing sources, quick audit, and detailed report. Missing historical rates or transaction listing, but core audit lifecycle is addressed. The requirement for an API token on full report is a minor gap.

Resources