Skip to main content
Glama

What is still to pack

packing_shortfall

Ordered against packed, line by line: what is still short, what was over-packed, and what was packed that is not on the order at all. A packed line with no ordered line is reported, never dropped.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packing_listYesThe packing list id, e.g. PL-2026-0001, or the order reference when only one list carries it

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

The description adds a valuable behavioral guarantee: a packed line with no ordered line is reported, never dropped. This edge-case disclosure goes beyond the annotations, which are all false and provide no safety or mutation hints. It does not mention side effects, but the reporting framing suggests a non-mutating operation.

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?

Two compact sentences with no filler. The first sentence front-loads the comparison and the three output categories; the second adds a concise, meaningful edge-case guarantee. Every word earns its place.

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 single-parameter reporting tool, the description covers purpose, scope, and a key edge case, and the schema handles parameter semantics. The only minor gap is that with no output schema, the exact response shape is not specified, though 'line by line' and the listed categories give a reasonable picture.

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 explains the packing_list parameter well, including an example and the order-reference fallback. The tool description adds no additional parameter-level detail, so the baseline of 3 is appropriate.

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 clearly defines the tool as a comparison of ordered versus packed lines and enumerates three specific result categories: short, over-packed, and packed-but-not-ordered. This makes the tool's scope unmistakable and distinguishes it from siblings like packing_expect or packing_slip, even without naming them.

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?

Usage context is implied: this is the discrepancy report to consult after packing to find shortages or overages. However, it does not explicitly say when to prefer this over related tools such as packing_expect or packing_slip, nor does it give exclusions or prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.