Skip to main content
Glama

clm_search_shipments

Read-onlyIdempotent

Search shipments by free text across native CLM and KonsHub-linked records, scoped to a specific site. Locate relevant shipments using any search term.

Instructions

Search shipments (native CLM and KonsHub-linked) by free text, scoped to a site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoOnly include these top-level fields in each returned row.
site_idNoSite to query. Defaults to the authenticated caller's own site.
search_keyYesFree-text search term.

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?

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds meaningful behavioral context beyond annotations by specifying that the search covers native CLM and KonsHub-linked shipments and is scoped to a site.

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 a single, well-structured sentence with no filler. The core action is front-loaded, and the scoping/inclusion details are efficiently appended.

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 search tool with three well-documented parameters and an output schema, the description covers the essential behavioral context. It could optionally differentiate more explicitly from list_shipments, but nothing critical is missing for correct invocation.

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 schema already documents all parameters. The description adds minor semantic context for site scoping, but it does not substantially extend the schema's parameter documentation.

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 specific verb ('Search'), a clear resource ('shipments'), and the distinguishing mechanism ('by free text, scoped to a site'). It also clarifies that both native CLM and KonsHub-linked shipments are included, making the tool's purpose distinct from list_shipments and get_shipment.

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 gives clear context: this is the tool for free-text shipment search scoped to a site. It does not explicitly name alternatives or exclusions, but the stated use case is sufficiently clear to guide an agent.

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