Skip to main content
Glama
toshif1234

sap-ewm-io-agent

by toshif1234

get_stock_overview

Fetches EWM stock overview records including warehouse, storage type, bin, quantity, batch, and owner from the confirmed CDS view.

Instructions

Returns EWM stock overview records (warehouse/storage type/bin/quantity/batch/owner) from the confirmed ZC_EWM_STOCK_OVERVIEW_CDS view. Does NOT support filtering by ERP plant or storage_location (those fields don't exist on this EWM-level view) and does NOT return any age/last-movement timestamp (none exists on this entity).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoMax records to return.
plantNoNOT SUPPORTED — no plant field on this view. Passing this will raise an error.
materialNoMaterial/Product GUID (maps to MaterialId).
warehouseNoEWM Warehouse Number (maps to Warehouse).
storage_locationNoNOT SUPPORTED — no storage_location field on this view. Passing this will raise an error.
Behavior4/5

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

With no annotations, the description fully discloses behavioral constraints: unsupported parameters that raise errors and missing fields. It covers the key error conditions and limitations.

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?

Two sentences, each earning its place: the first states the purpose and returned fields, the second lists important exclusions. No wasted words and front-loaded with the core action.

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 and multiple parameters, the description is complete: it specifies what is returned and what is not. It lacks details on pagination or top parameter behavior, but that is minor.

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

Parameters5/5

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

The schema already covers all parameters, but the description adds critical meaning: it clarifies that plant and storage_location are not supported and will raise errors, and it reinforces parameter mappings (MaterialId to Material GUID).

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 stock overview records with specific fields (warehouse/storage type/bin/quantity/batch/owner). It effectively distinguishes from siblings like get_bin_utilization and get_storage_type_capacity, which have different purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on what the tool does NOT support: filtering by plant or storage_location will cause errors, and no age/last-movement timestamps are returned. It lacks mention of alternatives but effectively advises when not to use this tool.

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