Skip to main content
Glama
cgtykctn

logiwa-mcp-server

by cgtykctn

List Customers

logiwa_list_customers
Read-onlyIdempotent

Retrieve a paginated list of customers (ship-to parties) from Logiwa WMS. Choose page and page size, and get customer identifiers, names, and contact/address details in markdown or JSON.

Instructions

List customers (ship-to parties), 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: customers with identifier, name and contact/address details.

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=true, idempotentHint=true, and destructiveHint=false, so the description does not need to restate safety. It adds valuable context about pagination behavior and the return payload (customers with identifier, name, contact/address details), going beyond the annotations and schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured: a one-line purpose, a clear argument list, and a returns summary. The Args section is somewhat redundant with the schema but is organized and easy to scan, making it useful in a tool description context.

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?

There's no output schema, so the description's return details ('identifier, name and contact/address details') are essential and provided. It also covers pagination and defaults. For a read-only list tool with 100% schema coverage, this description is complete enough to invoke and interpret results.

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%, so a baseline of 3 is appropriate. The description repeats each parameter in a docstring format, but does not add significant meaning beyond the schema. It does add a 'Returns' line describing output fields, which is useful since there is no output schema, but parameters themselves are fully covered by the schema.

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 states 'List customers (ship-to parties), paginated' with a specific verb and resource, and clarifies that customers are ship-to parties. This clearly distinguishes it from sibling list tools like logiwa_list_products or logiwa_list_inventory.

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?

There is no explicit guidance on when to use this tool versus other list tools. The description only states what it does and its parameters; it does not mention when to prefer it over alternatives or any 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/cgtykctn/Logiwa-IO-WMS--MCP-'

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