Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

macro_usa_house_price_index

Read-onlyIdempotent

Get US FHFA House Price Index monthly rate data from March 1991 to present, enabling analysis of housing market trends and comparisons.

Instructions

美国FHFA房价指数月率报告, 数据区间从 19910301-至今 https://datacenter.jin10.com/reportType/dc_usa_house_price_index :return: 美国FHFA房价指数月率报告 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds a source URL, the date range, and the return type (pandas.DataFrame), but it does not go deeper into behavior like data granularity, adjustment, or potential HTTP failures. It does not contradict 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.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short but somewhat repetitive: the title, the first sentence, and the :return: line all state the same report name. The URL and :rtype: line are useful, but the redundancy makes it less crisp than it could be. It is not a long description, so it earns a near-average score.

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?

The tool has no output schema, so the description should describe return values. It states the return type is a pandas.DataFrame, but it does not mention columns, units, or the meaning of the data fields. The source URL provides a reference, but an agent would still be unclear about what exactly is in the returned DataFrame. The data range is given, which is helpful, but column details are missing.

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?

There are no parameters, and the schema coverage is 100% (empty schema). With zero parameters, the baseline is 4. The description does not need to clarify parameter semantics because none exist.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as fetching the US FHFA House Price Index monthly rate report, a specific economic indicator distinct from the many other macro_usa_* siblings. It provides the data range and a source URL, which adds specificity beyond the tool name. However, it does not use an explicit verb like 'fetch' or 'retrieve', relying on the noun '报告' to convey the action.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no guidance on when to use this tool versus alternatives such as macro_usa_spcs20 or other house-price-related tools. It merely states what the report contains and its data range. There is no mention of exclusions, prerequisites, or preferred contexts.

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