Skip to main content
Glama
toshif1234

sap-ewm-io-agent

by toshif1234

forecast_demand

Forecast next-period demand using simple moving average or single exponential smoothing based on a historical demand series.

Instructions

Forecasts next-period demand via simple moving average (sma) or single exponential smoothing (ses). DEPENDS ON: a historical demand series which would normally come from get_goods_movement_history (currently blocked) — pass demandSeries directly for now.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
alphaNo
methodNo
windowSizeNo
demandSeriesYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the algorithms (sma, ses) and notes the blocked data source dependency, but does not mention aspects like idempotency, rate limits, or side effects. Behavioral coverage is moderate.

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

Conciseness5/5

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

The description is two concise sentences with no redundant information. The purpose and key detail about the blocked dependency are front-loaded, making it efficient.

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 tool with 4 params and no output schema, the description covers the basic purpose and input requirements. However, it lacks details on parameter constraints (e.g., alpha range, windowSize meaning) and output format, leaving some gaps.

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%. The description adds meaning to the 'method' parameter by naming sma and ses, but fails to explain 'alpha' and 'windowSize'. It only partially compensates for the schema gap.

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 forecasts next-period demand using two specific methods (sma and ses), which is specific and distinguished from sibling tools like calc_reorder_point and calc_safety_stock.

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 mentions a dependency on a historical demand series and advises to pass demandSeries directly. It does not explicitly state when to use vs alternatives or provide conditions for choosing between sma and ses, offering only implied usage context.

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/toshif1234/IO-Agent-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server