Skip to main content
Glama
moureauf

boe-mcp

by moureauf

BoE base rate statistics over a range

get_rate_stats

Retrieve key stats for the Bank of England base rate over any date range: min/max with dates, time-weighted average, and net basis-point move. Defaults to full history.

Instructions

Get summary statistics of the Bank of England base rate over a date range: minimum and maximum (with the date each level first applied), the time-weighted average, and the rates in force at the start and end of the window with the net move in basis points. Both dates are optional — omit them for the full available history through today. The rate level in force on the start date counts even if it took effect earlier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoEnd of the window (inclusive), ISO 8601 (YYYY-MM-DD). Defaults to today; must not be in the future
fromNoStart of the window, ISO 8601 (YYYY-MM-DD). Defaults to the start of the available series

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesEffective window end used (today when `to` was omitted)
maxYes
minYes
fromYesEffective window start used (the first available data point when `from` was omitted or predates the series)
staleNoPresent and true when the BoE was unreachable and this is stale cached data
sourceYesURL the data was fetched from
averageYesTime-weighted average rate in percent: each level weighted by the number of calendar days it was in force within the window (not a plain mean of the sparse change points), rounded to 4 decimal places
endRateYesRate in percent in force on the window end date
cachedAtYesWhen the data was fetched (ISO 8601 timestamp)
changeBpsYesNet move over the window: endRate minus startRate, in basis points
startRateYesRate in percent in force on the window start date
Behavior5/5

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

With no annotations, the description carries the full burden and meets it well. It discloses optional date behavior, inclusive end, the nuance that the start-date rate counts even if applied earlier, and what the net move represents. This goes beyond merely restating the tool's function.

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 purpose, and uses no filler. Every sentence adds distinct information: the computed stats, the default behavior, and a subtle inclusion rule. Efficient and well-structured.

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 the tool's moderate complexity, the description covers the essential behavioral nuances, return contents, and parameter defaults. The output schema exists, so not detailing every field is acceptable. It also handles edge cases (start date rate applied earlier) and full history defaults, making it complete for agent use.

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 schema already documents both parameters (100% coverage), providing baseline 3. The description adds semantic value by explaining defaults ('Defaults to today' for to, 'Defaults to the start of the available series' for from) and how the inclusive range works with the start-date nuance. This enhances understanding beyond the schema.

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 starts with a specific verb and resource: 'Get summary statistics of the Bank of England base rate over a date range.' It enumerates the exact outputs (min/max with dates, time-weighted average, start/end rates, net move), which clearly distinguishes it from siblings like get_rate_history (raw rates) or get_rate_at (single point).

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 provides clear context for when to use it: when summary statistics are needed over a range. It clarifies optional dates and defaults ('omit them for the full available history through today'), but it does not explicitly name alternatives or say when not to use it. This is clear context without exclusions, so a 4 is appropriate.

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/moureauf/boe-mcp'

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