Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

macro_bank_usa_interest_rate

Read-onlyIdempotent

Retrieve US Federal Reserve interest rate decision history with current values (in percent) from 1982 to present. Access official rate reports directly for economic analysis and trend evaluation.

Instructions

美联储利率决议报告, 数据区间从 19820927-至今 https://datacenter.jin10.com/reportType/dc_usa_interest_rate_decision :return: 美联储利率决议报告-今值(%) :rtype: pandas.Series

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering safety. The description adds valuable context beyond annotations: the data range, a source URL, and the return type (pandas.Series with values in %). This provides operational expectations without contradicting the annotations.

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 extremely concise, containing only essential information: report name, data range, source URL, and return type. No filler or redundant text; every line earns its place.

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?

For a zero-parameter, read-only tool with annotations, the description provides enough context: data range, source, and return type. It does not include an output schema, but the return type is stated. It lacks nuanced details like frequency or timezone, but the tool is simple enough that this is acceptable.

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 (0 parameters), so the baseline is 4. The description adds no parameter details but clarifies the return semantics (current value in %) and data range, which is sufficient given no parameters exist.

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 identifies the resource as the US Federal Reserve interest rate decision report, specifies the data range (19820927 to present), and states the return format (pandas.Series of current values in %). This distinguishes it from sibling tools for other countries' interest rates.

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 it covers the Fed's interest rate decisions, but it does not explicitly state when to use this over alternatives or mention exclusions. There is no direct comparison to sibling tools like macro_bank_euro_interest_rate, so guidance is only implicit via the name and description.

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/kevynf/akbridge'

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