Skip to main content
Glama
chris-youngblut-solutions

retail-ops-mcp-kit

list_open_pos

Identify purchase orders with outstanding invoice quantities for your three-way match workqueue. Shows POs where billed quantity falls short of ordered quantity.

Instructions

List purchase orders with no fully-matching invoice yet — the open three-way-match workqueue.

Takes no args. A PO is "open" when its billed qty (summed across invoices) is less
than the ordered qty. Under sap_s4hana returns an OData collection
`{"d": {"results": [A_PurchaseOrder, ...], "__count": "N"}}`; under netsuite a
`{items, hasMore, offset, totalResults}` page; under dynamics365 an OData V4
`{"value": [...]}`.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description provides thorough behavioral detail. It precisely defines 'open' via billed vs. ordered quantity, and discloses exact response formats for sap_s4hana, netsuite, and dynamics365, including envelope shapes and count fields. This goes far beyond a typical description.

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 front-loaded with the core purpose, then defines the key term 'open', then gives system-specific details. Every sentence adds value; the response format details are essential for parsing across ERP backends. No wasted words.

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

Completeness5/5

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

For a zero-parameter list tool, the description is complete: it states what qualifies as 'open', clarifies no arguments, and provides output shapes even though an output schema exists. The extra examples increase usability without significant length.

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

Parameters4/5

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

There are zero parameters, so schema coverage is complete. The description explicitly notes 'Takes no args', which reinforces the schema. Per the baseline for 0 params, a 4 is appropriate; there's nothing more to add.

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 'List purchase orders with no fully-matching invoice yet' — a specific verb (list) plus resource (purchase orders) and scope (open three-way-match workqueue). It distinguishes this tool from siblings like get_purchase_order or list_pending_approvals by focusing on the open-match condition.

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 implies usage: this is the workqueue for open three-way matches. It doesn't explicitly name alternatives or say when not to use it, but the purpose is clear and distinct from sibling list tools. The 'Takes no args' note also clarifies invocation.

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/chris-youngblut-solutions/retail-ops-mcp-kit'

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