Skip to main content
Glama

clm_list_shipments

Read-onlyIdempotent

Retrieve filtered, searched, ordered, and paged shipments for cockpit list views, scoped to site and team visibility. Specify schedule start/end dates to focus results.

Instructions

List shipments for the cockpit list view: filtered, searched, ordered, and paged, scoped to the site and the caller's team visibility.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoOnly include these top-level fields in each returned row.
statusNoShipment status codes to filter by (see clm_list_enums for known values). Omit for all statuses.
site_idNoSite to query. Defaults to the authenticated caller's own site.
ascendingNoSort ascending if true.
page_sizeNoRows per page.
page_numberNoZero-based page number.
order_by_fieldNoField name to sort by, if any.
filter_schedule_end_dateYesEnd of the schedule date window (inclusive).
filter_schedule_start_dateYesStart of the schedule date window (inclusive).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
noteNo
returnedYes
truncatedYes
total_countNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

The annotations already establish readOnlyHint and idempotentHint, and the description adds important behavioral scope: results are limited to the site and the caller's team visibility. It also signals listing behavior beyond the bare 'List shipments'.

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 front-loaded sentence communicates the operation, use case, capabilities, and scope with no filler. Every clause adds information.

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 read-only paginated list with an output schema and rich parameter descriptions, the description covers the key context: cockpit list usage, site/team scoping, and listing capabilities. It does not explicitly route to related list/search siblings, which is a minor contextual gap.

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 the input schema already documents all nine parameters, including defaults, bounds, and format. The description restates the general filtering, sorting, and paging concepts but does not add parameter-level detail beyond the schema, matching the baseline.

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 names a concrete verb and resource ('List shipments') and adds the cockpit list view context plus the key capabilities: filtered, searched, ordered, and paged, scoped to site and team visibility. This is specific enough for an agent to understand what the tool does and to distinguish it from single-shipment detail tools.

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?

It explicitly ties the tool to the cockpit list view, giving a clear when-to-use context. It stops short of naming alternatives such as clm_search_shipments or clm_count_shipments, so it earns a 4 rather than a 5.

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/sabadia/clm-mcp'

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