Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

macro_euro_lme_stock

Read-onlyIdempotent

Retrieve London Metal Exchange (LME) inventory reports, providing stock data from July 2014 to present for market analysis.

Instructions

伦敦金属交易所(LME)-库存报告, 数据区间从 20140702-至今 https://datacenter.jin10.com/reportType/dc_lme_report https://cdn.jin10.com/data_center/reports/lme_stock.json?_=1591535304783 :return: 伦敦金属交易所(LME)-库存报告 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds useful context beyond annotations: it specifies the data range (20140702 to present), provides source URLs, and indicates the return type (pandas.DataFrame). Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is covered. The additional details help set expectations about data provenance and structure.

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

Conciseness4/5

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

The description is compact, using a single line for the title and short docstring-style lines for return info. The two source URLs add value but are somewhat redundant with the title. Overall, it is front-loaded and every line is informative, though slightly repetitive in the return description.

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 zero-parameter read-only tool, the description covers the essential facts: what data, date range, and source. However, it does not describe the columns or structure of the DataFrame, nor update frequency or refresh behavior. Since there is no output schema, this missing detail could leave an agent uncertain about how to interpret the result. Adequate but with clear gaps.

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 tool has zero parameters, and the input schema is empty. Per the guidelines, the baseline for 0 parameters is 4, and the description does not need to add parameter semantics. It correctly omits any parameter-related text.

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 an LME inventory report with a specific date range, which distinguishes it from sibling tools like macro_euro_lme_holding (holdings report). It lacks an explicit verb but the noun '库存报告' (inventory report) plus return type makes the purpose unambiguous.

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?

Usage is implied by the description: the tool provides LME inventory data, so an agent would use it when needing that specific dataset. However, there is no explicit guidance on when to use this versus alternatives, nor any exclusions or prerequisites. For a zero-parameter tool this is acceptable but not exemplary.

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