Skip to main content
Glama

UNE Sino-Gateway

sino_cietac_clause

Generates a legally enforceable bilingual (EN/ZH) CIETAC arbitration model clause compliant with PRC Arbitration Law.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage of arbitration
seatNoSeat of arbitration
arbitratorsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/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 behavioral burden. It implies a read-only text generation but never says so, and says nothing about what the generated output contains beyond 'model clause', whether parameters are required, or what defaults apply. The PRC-compliance claim is the only behavioral context offered.

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 tightly written sentence that front-loads the verb and resource with no filler. It is efficient, though its brevity is partly under-specification rather than pure economy.

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?

No output schema and no annotations, so the description must explain the return artifact and the meaning of optional inputs. It does neither: it never clarifies the shape of the generated clause or how omitted parameters are resolved, leaving real gaps for a 3-parameter tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All three parameters (lang, seat, arbitrators) are completely absent from the description, even though schema coverage is only 67% — the 'arbitrators' enum has no schema description at all. With zero required parameters, the description gives no guidance on defaults or what happens if a parameter is omitted.

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 and artifact: generates a bilingual CIETAC arbitration model clause, with the added qualifier that it is compliant with PRC Arbitration Law. This is far more precise than the name alone, though it does not reference any of the sibling tools (which are unrelated in function, so differentiation is naturally implicit).

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 guidance on when to use this versus the sibling tools, no prerequisites, and no mention of when it would be inappropriate. The agent is left to infer everything about triggering conditions from the one-line purpose.

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.