Skip to main content
Glama
yyordanov-tradu

stock-scanner-mcp

frankfurter_timeseries

Read-only

Retrieve daily ECB foreign exchange rate history for up to 90 days. Analyze currency trends with business-day rates by specifying base and target currencies.

Instructions

Get daily ECB forex rate history for a date range (max 90 days). Daily reference rates, not real-time. Use for currency trend analysis. Only business days included (weekends/holidays omitted). Requires symbols filter to control response size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
start_dateYesStart date (YYYY-MM-DD)
end_dateNoEnd date (YYYY-MM-DD, defaults to today, max 90 days from start)
baseNoBase currencyUSD
symbolsYesRequired: comma-separated target currencies (e.g. 'EUR,GBP')
Behavior5/5

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

Annotations declare readOnlyHint, destructiveHint, openWorldHint. The description adds important behavioral context beyond annotations: 'Daily reference rates, not real-time', 'Only business days included (weekends/holidays omitted)', 'Requires symbols filter to control response size'. No contradiction.

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?

Two concise sentences. The first sentence states the core purpose and primary constraint (max 90 days). Every sentence adds value with no redundant wording.

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?

Without an output schema, the description could explain return format, but 'Get daily ECB forex rate history' and 'Use for currency trend analysis' imply the output is a list of historical rates. The description covers parameter usage and data nature, making it sufficiently complete for agent usage.

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%, so baseline is 3. The description only repeats that symbols is required and max 90 days is a constraint, adding minimal new semantic value beyond the schema's parameter descriptions.

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 gets 'daily ECB forex rate history for a date range (max 90 days)', specifies 'Daily reference rates, not real-time', and is 'Use for currency trend analysis'. This distinguishes it from siblings like frankfurter_latest (single latest) and frankfurter_convert.

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 gives clear context for use ('currency trend analysis') and hints at when not to use ('not real-time'), but does not explicitly name alternatives or state when not to use. It mentions the required symbols filter and max 90 days, which helps the agent decide.

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/yyordanov-tradu/stock-scanner-mcp'

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