Skip to main content
Glama

UNE Sino-Gateway

sino_defect_notice

Generates a formal bilingual (English/Chinese) dispute notice opposable under PRC law and CISG with cryptographic audit seal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
remedyNo
bl_numberYesBill of Lading or Airway Bill number
cargo_descNoDescription of the shipment
contract_refYesPurchase order or contract reference
defect_summaryYesSpecific non-conformity ascertained upon inspection

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses output traits (bilingual, cryptographically sealed) but says nothing about side effects, whether the notice is stored/filed/served, required permissions, idempotency, or how the audit seal is produced. For a legal-document generation tool with zero annotation coverage this is a substantial gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single dense, front-loaded sentence with no filler; the verb and deliverable come first. Slightly overloaded with legal qualifiers but nothing is redundant.

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

Completeness2/5

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

With 5 parameters, 3 required, no output schema, and no annotations, the description should explain what the tool returns and what happens to the generated notice (file, message, filing action). It omits these and gives no guidance on the remedy choice, leaving the agent under-informed for a legally consequential operation.

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 80%, so the schema already documents bl_number, cargo_desc, contract_ref, and defect_summary. The description adds no parameter-level meaning at all and does not clarify the remedy enum options, so the baseline 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 (generates) and a well-defined resource (a formal bilingual English/Chinese dispute notice) with legal framing under PRC law and CISG. It is clearly distinguishable from the sibling tools by name and function, though it does not explicitly contrast itself against them.

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?

No when-to-use guidance, no prerequisites, and no mention of when an agent should pick this over sino_cietac_clause or sino_inspection_delay. The purpose implies defect-dispute scenarios but nothing tells the agent the triggering conditions.

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.