Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

macro_usa_eia_crude_rate

Read-onlyIdempotent

Access US EIA crude oil inventory reports spanning from 1995 to today. Provides historical data for economic analysis and market insights.

Instructions

美国 EIA 原油库存报告, 数据区间从 19950801-至今 https://datacenter.jin10.com/reportType/dc_eia_crude_oil :return: 美国 EIA 原油库存报告 :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 safe read-only nature is covered. The description adds a data range (19950801-present) and a source URL, which is useful context, but it does not mention update frequency, units, or potential failure modes.

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 brief and to the point, with no redundancy. The inclusion of a source URL and return type is helpful, though the lack of any explanatory sentence beyond the title makes it slightly sparse.

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 tool with no parameters, the description covers the basic purpose and return type, but since no output schema is provided, it should describe the shape of the DataFrame (columns, units, frequency). The date range and URL help, but the description is minimal for a complete picture.

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, so the description does not need to explain parameter meaning. The schema is empty and fully covers all parameters (none), making the baseline 4 appropriate.

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 providing the US EIA crude oil inventory report, with a specific data range and source URL. It is a specific resource, but it lacks a verb like 'retrieves' or 'returns' and does not explicitly differentiate from sibling tools such as macro_usa_api_crude_stock or macro_usa_crude_inner.

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?

No guidance is given on when to use this tool versus alternatives. It does not mention excluded scenarios, prerequisites, or how it differs from similar crude oil data tools.

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