Skip to main content
Glama

UNE Sino-Gateway

sino_inspection_delay

Calculates strict statutory inspection deadlines and statute of repose under PRC Civil Code Art. 621 and CISG Art. 38/39.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
defect_typeNoNature of defect
arrival_dateYesArrival date of cargo in YYYY-MM-DD format

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It conveys that this is a deterministic statutory calculation citing specific articles, which implies a read-only, non-destructive operation, but it does not state the output form, how the PRC vs CISG regimes are selected, or whether either can be queried independently.

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 dense sentence with zero filler; the core action and its legal basis are front-loaded and every clause earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a calculation tool with no annotations and no output schema, the description should clarify what is returned (e.g., deadline dates, a computed window) and how defect_type modifies the calculation. It leaves the return shape and the PRC/CISG interaction unexplained, leaving meaningful gaps for an agent.

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 both parameters are already documented, including the apparent/hidden enum for defect_type. The description adds no syntax, format, or behavioral meaning beyond what the schema provides, so the baseline of 3 applies.

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?

States a specific verb (calculates) and specific resources (statutory inspection deadlines and statute of repose), anchored to named legal sources (PRC Civil Code Art. 621, CISG Art. 38/39). It does not explicitly differentiate itself from siblings like sino_defect_notice or sino_defect_notice, though the distinct naming and legal-deadline framing make it reasonably separable.

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 never says when to invoke this tool versus sino_defect_notice or the other Sino siblings, nor does it state any prerequisites (e.g., which legal regime governs, contract context). Usage must be inferred entirely from the purpose statement.

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.