Skip to main content
Glama
toshif1234

sap-ewm-io-agent

by toshif1234

get_bin_utilization

Retrieve EWM bin-level utilization including block flags, material count, and empty flag. Clarifies blocked for inbound/outbound to indicate putaway or stock removal blocking.

Instructions

Returns EWM bin-level utilization (block flags, distinct material count, empty flag) from the confirmed ZC_EWM_BIN_UTILIZATION_CDS view. NOTE: the raw field IsBlockedForOutbound actually blocks PUTAWAYS (inbound) per its own SAP quickinfo, and IsBlockedForInbound actually blocks STOCK REMOVALS (outbound). This tool returns both the raw fields and semantically-named aliases (isPutawayBlocked / isStockRemovalBlocked) to avoid that ambiguity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
warehouseYesEWM Warehouse Number (required).
storage_typeNoOptional Storage Type filter.
Behavior4/5

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

The description discloses a critical behavioral nuance: the raw fields IsBlockedForOutbound and IsBlockedForInbound have inverted meanings (blocking putaways and stock removals respectively), and the tool provides semantically-named aliases to resolve ambiguity. This goes beyond mere functionality, though it does not cover other potential behaviors like data freshness or performance.

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 sentences long, front-loaded with the main purpose, and includes a valuable note without redundant information. Every sentence contributes meaning, making it efficient and clear.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description adequately explains the return fields (block flags, material count, empty flag) and the alias feature. However, it does not mention pagination or limits of the 'top' parameter, but the tool is simple enough that this is not a critical gap.

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

Parameters3/5

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

Schema description coverage is 67% (two of three parameters have descriptions). The description does not add meaning to parameters beyond what is in the schema; it only mentions return fields. With moderate coverage, a baseline of 3 is appropriate as no parameter information is missing critically.

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 returns EWM bin-level utilization data including block flags, distinct material count, and empty flag from a specific CDS view. The verb 'Returns' and the resource 'bin-level utilization' are specific and unambiguous, distinguishing it from sibling tools like get_stock_overview or get_goods_movement_history.

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 provided on when to use this tool versus alternatives such as get_storage_type_capacity or get_stock_overview. The description does not mention use cases, prerequisites, or scenarios where this tool is preferred.

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