Skip to main content
Glama
aobathree

oanda-mcp

by aobathree

get_price

Retrieve current bid and ask prices for specified forex instruments, such as USD_JPY or EUR_USD, using a comma-separated list.

Instructions

Get current bid/ask prices for one or more instruments.

Args: instruments: Comma-separated OANDA instrument names, e.g. "USD_JPY" or "USD_JPY,EUR_USD,GBP_JPY".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instrumentsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description bears the full burden. It only states 'current bid/ask prices' but does not disclose traits like data freshness, authentication requirements, rate limits, or behavior when an instrument is invalid. This is minimal.

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 very short: a single line plus a concise docstring. Every sentence adds value, and the essential details are front-loaded. No wasted words.

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?

Given the low complexity (1 parameter, output schema exists), the description covers purpose and parameter format. However, it lacks usage guidance and behavioral context, which are gaps for a minimal viable description.

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?

Although schema description coverage is 0%, the description includes a docstring explaining the parameter format: comma-separated OANDA instrument names with examples. This adds significant meaning beyond the schema's type and title.

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 explicitly states it retrieves current bid/ask prices for instruments. The verb 'Get' and resource 'bid/ask prices' are specific. It distinguishes from siblings like get_candles (historical OHLC) and list_instruments (available instruments).

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 when current prices are needed, but does not explicitly state when to use or not use this tool versus alternatives like get_candles for historical data. No exclusions or context are provided.

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/aobathree/oanda-mcp'

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