Skip to main content
Glama

clm_get_shipment_event_logs

Read-onlyIdempotent

Retrieve the chronological audit trail of events for a shipment or connected entity to support history review and troubleshooting.

Instructions

Retrieve the audit/event log history for a shipment or related connected entity, ordered chronologically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idYesThe shipment (or related entity) id, as a UUID.

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

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so no safety contradiction exists. The description adds meaningful behavioral context beyond those annotations: output is a chronological history and the accepted entity can be a shipment or a related connected entity. This is useful but does not go into deeper operational details like pagination or filtering.

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, front-loaded sentence with no wasted words. It conveys the action, the resource, the entity scope, and the ordering in under twenty 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 single-parameter read-only tool with an output schema, the description covers the essential contextual facts: what is retrieved, for which entity types, and in what order. The output schema can carry return-value details, and annotations cover idempotence and read-only safety.

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%, and the item_id parameter is already described as 'The shipment (or related entity) id, as a UUID.' The tool description largely repeats this same scope ('shipment or related connected entity') and adds no new format, constraints, or usage semantics beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'Retrieve' with the resource 'audit/event log history', and adds the ordering trait 'ordered chronologically'. It is clear what the tool returns, though it does not explicitly differentiate itself from similar sibling tools like clm_get_shipment_timeline or clm_get_shipment_comments.

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 the tool is appropriate when audit/event log history is needed and notes it applies to 'a shipment or related connected entity'. However, it provides no explicit when-to-use or when-not-to-use guidance and names no alternative sibling tools, leaving selection vs similar getters to inference.

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