Skip to main content
Glama

clm_get_cockpit_weekly_counts

Read-onlyIdempotent

Retrieve weekly shipment counts for a site's active unloading zones within a specified schedule date range. Enter start and end dates, with an optional site filter, to view the counts.

Instructions

Weekly shipment count grid for a site's active unloading zones.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_idNoSite to query. Defaults to the authenticated caller's own site.
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

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, covering the operation's safety profile. The description adds useful context about the output being a grid scoped to active unloading zones, but it does not clarify how dates are aggregated, what 'active' means, or how the grid handles sites with no counts. This is acceptable but not rich.

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, focused sentence with no filler or redundant restatement of the tool name. It is front-loaded with the core output and scope, making it easy for an agent to parse quickly.

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 simple read-only aggregation tool, the description plus annotations, full parameter documentation, and output schema are mostly complete. The main missing piece is explicit differentiation from similar count/summary/report tools, but the core invocation details are otherwise well covered.

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 schema already documents site_id and the inclusive date-range parameters, so the baseline is 3. The description adds no parameter-specific meaning beyond reinforcing the weekly/date-window idea, which is already implied by the schema and tool name.

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 clearly identifies the resource as a weekly shipment count grid for a site's active unloading zones, which is a specific output concept. It lacks an explicit verb such as 'retrieves' or 'lists,' but the tool name supplies the action, and the description distinguishes it from the broader shipment-count and cockpit-report siblings.

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?

The description gives no guidance on when to prefer this tool over alternatives such as clm_count_shipments, clm_get_shipment_summary, or clm_shipment_command_generate_cockpit_daily_report. No exclusions, context triggers, or alternative routing are mentioned, so the agent must infer usage from the name and sibling list.

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