nagai_crude
原油は1バレル何ドルだったか。1986年からの年ごとの平均(EIA)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
原油は1バレル何ドルだったか。1986年からの年ごとの平均(EIA)
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. It discloses the key scope: yearly averages, unit, time range, and data source. However, it does not describe the return format or edge-case behavior, so it is adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single compact Japanese sentence with no filler. It front-loads the primary query and appends the time range and source succinctly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter tool with no output schema, the description is fairly complete: it states the data type, unit, period, and source. It omits only display or formatting details, which are not critical for this simple lookup.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters, so there is nothing for the description to document beyond the schema. The baseline 4 applies because no parameter-semantics burden exists.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies a specific resource: annual average crude oil prices in dollars per barrel from EIA since 1986. The question phrasing clearly conveys the lookup intent, and the domain is specific enough to distinguish it from sibling tools like nagai_fx.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives clear context for when to use the tool: when the user asks about historical crude oil prices in dollars per barrel by year since 1986. It does not explicitly name alternatives or exclusions, but the unique domain makes the usage obvious.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.