Skip to main content
Glama
lycheejello

acu-mcp

by lycheejello

get_inventory_item

Retrieve a specific Acumatica inventory item with warehouse stock quantities by providing the inventory ID.

Instructions

Get a specific Acumatica inventory item with warehouse stock quantities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inventoryIDYesInventory item ID / item code
Behavior3/5

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

With no annotations, the description carries the burden. It discloses that the tool returns warehouse stock quantities, which is useful. However, it does not mention failure modes (e.g., not found), access permissions, or whether the item might be a non-stock item. This is minimal but acceptable for a simple read operation.

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?

A single clear sentence with no filler. It front-loads the action and resource, and every word adds value.

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?

For a tool with one parameter, this description is fairly complete: it states what is returned (item with warehouse stock quantities). It lacks explicit alternates or edge-case behavior, but given the simplicity, the coverage is good. An output schema does not exist, so the description provides the only return info.

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 coverage is 100%: the schema already documents inventoryID as 'Inventory item ID / item code'. The description adds no further parameter semantics, so the baseline of 3 applies.

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 uses a specific verb ('Get') with a precise resource ('specific Acumatica inventory item') and adds a key detail (warehouse stock quantities). This clearly distinguishes it from siblings like list_inventory_items, which would fetch multiple items, and other get_* tools.

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 implies use when you need a single, specific inventory item because it says 'specific' and the schema requires an inventoryID. However, it does not explicitly state when to prefer this over list_inventory_items or any other alternative, nor does it mention any prerequisites or exclusions.

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/lycheejello/acu-mcp'

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