Skip to main content
Glama
cgtykctn

logiwa-mcp-server

by cgtykctn

List Purchase Orders

logiwa_list_purchase_orders
Read-onlyIdempotent

List paginated purchase orders from Logiwa WMS. Specify page and page size for control, and choose markdown or JSON to view PO codes, vendors, warehouses, statuses, and dates.

Instructions

List purchase (inbound) orders, paginated.

Args:

  • page (number): 1-based page number (default 1)

  • page_size (number): records per page, 1-200 (default 20)

  • response_format ('markdown' | 'json'): output format (default markdown)

Returns: paginated { items[] } where each item includes the PO identifier (UUID), code, vendor, warehouse, status and dates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-based page number to fetch (Logiwa paginates by page index).
page_sizeNoNumber of records per page (1-200, default 20).
response_formatNoOutput format: 'markdown' for a human-readable summary (default) or 'json' for the full structured payload.markdown
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering safety. The description adds meaningful behavioral context by specifying that results are paginated and by describing the return payload structure (items array with PO UUID, code, vendor, warehouse, status, dates). This goes beyond what annotations provide, without contradicting them.

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 concise and well-structured: a one-line summary followed by an Args list and a Returns clause. Every element carries necessary information, and there is no fluff or redundancy beyond the schema repetition, which is acceptable for a standalone tool description.

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 simple paginated list tool with no output schema, the description is complete. It specifies all parameters with defaults, enumerates the response format options, and summarizes the fields present in each item. Given the low complexity and strong annotations, no additional context is needed.

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 100%, with detailed descriptions for each parameter (page, page_size, response_format) including ranges, defaults, and enum meanings. The tool description repeats these details without adding additional semantics, such as edge-case handling or parameter interactions. Therefore, the baseline 3 is appropriate.

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 lists purchase (inbound) orders and explicitly notes pagination. The parenthetical '(inbound)' distinguishes from outbound shipment orders, and the verb 'List' is specific to the collection-level operation, clearly differentiating it from sibling tools like get_purchase_order or create_purchase_order.

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 usage by the verb 'List' and the clarification of inbound orders, but it does not explicitly state when to use this tool versus alternatives such as get_purchase_order for a single order or create_purchase_order. There is no exclusionary guidance, but the intended use for listing multiple orders is clear from the title and description.

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/cgtykctn/Logiwa-IO-WMS--MCP-'

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