Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

macro_fx_sentiment

Read-onlyIdempotent

Retrieves FX market sentiment reports with long/short position ratios for major currency pairs and gold, enabling contrarian trading signals when positions exceed 60%.

Instructions

金十数据-外汇-投机情绪报告 外汇投机情绪报告显示当前市场多空仓位比例,数据由8家交易平台提供,涵盖11个主要货币对和1个黄金品种。 报告内容: 品种: 澳元兑日元、澳元兑美元、欧元兑美元、欧元兑澳元、欧元兑日元、英镑兑美元、英镑兑日元、纽元兑美元、美元兑加元、美元兑瑞郎、美元兑日元以及现货黄金兑美元。 数据: 由Shark - fx整合全球8家交易平台( 包括 Oanda、 FXCM、 Insta、 Dukas、 MyFxBook以及FiboGroup) 的多空投机仓位数据而成。 名词释义: 外汇投机情绪报告显示当前市场多空仓位比例,数据由8家交易平台提供,涵盖11个主要货币对和1个黄金品种。 工具使用策略: Shark-fx声明表示,基于“主流通常都是错误的”的事实,当空头头寸超过60%,交易者就应该建立多头仓位; 同理,当市场多头头寸超过60%,交易者则应该建立空头仓位。此外,当多空仓位比例接近50%的情况下,我们则倾向于建议交易者不要进场,保持观望。 https://datacenter.jin10.com/reportType/dc_ssi_trends :param start_date: 具体交易日 :type start_date: str :param end_date: 具体交易日, 与 end_date 相同 :type end_date: str :return: 投机情绪报告 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateNo20221017
start_dateNo20221011
Behavior4/5

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

Annotations already declare read-only and non-destructive behavior. The description adds valuable context beyond annotations: data sources (8 platforms), instrument coverage, and the meaning of the report. It also clarifies the return type (DataFrame). This goes beyond the baseline annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

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

The description is bloated and redundant. The opening definition is repeated verbatim in '名词释义'. The long currency list and trading strategy section add bulk without helping an agent invoke the tool. While it has some structure with headings and a docstring block, the repetition and extras violate conciseness.

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?

For a simple read-only date-range query tool, the description covers the data content, sources, and return type reasonably. However, it lacks critical invocation details like date format, whether start/end are inclusive, and what columns the DataFrame contains. The typo in end_date further incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must carry the param meaning. It only says both start_date and end_date are '具体交易日' (specific trading days) without specifying the format (likely YYYYMMDD from defaults) or the relationship between them. The end_date description contains a confusing typo ('与 end_date 相同'), leaving the semantics ambiguous.

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 the tool retrieves the Jin10 FX speculative sentiment report, showing long/short position ratios from 8 platforms across 11 currency pairs and gold. This verb+resource+scope definition distinguishes it from sibling tools like forex_hist_em or currency_time_series.

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 for FX sentiment analysis through its detailed content explanation and trading strategy, but it never explicitly states when to use this tool versus alternatives. No exclusions or alternative tool mentions are present, so the guidance is only implied.

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