Skip to main content
Glama
seelpeed-debug

export-controls-agent

Summarize export-control regimes

regime_overview

Map export-control regimes for Korean semiconductor/battery transactions, indicating which are modeled against regulation text versus flagged for manual review. Check coverage first.

Instructions

Orientation map of the export-control regimes that bear on a Korean semiconductor or battery transaction, and — importantly — which of them this server actually models against the regulation text versus merely flags for manual review. Read the coverageInThisServer field of each regime before relying on any other tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
focusNoResearch focus, e.g. semiconductor equipment exports to China or battery technology licensing.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.1

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description itself discloses an important behavioral limitation: the server may not fully model all regimes and may merely flag them for manual review. It also instructs reading the coverageInThisServer field, exposing a data-quality caveat that is essential for relying on downstream tools.

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 compact and front-loaded: the first sentence defines scope and key caveat, and the second sentence gives an actionable directive. Every phrase earns its place; the 'importantly' interjection highlights the crucial limitation.

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?

Despite the lack of an output schema, the description covers the tool's purpose, key output field (coverageInThisServer), and critical usage ordering. It does not detail the full return structure, but for an overview tool with a single optional parameter, the essential information an agent needs to call it correctly is present.

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?

The single optional 'focus' parameter is fully documented in the schema with a descriptive example, so schema coverage is 100%. The tool description does not add extra semantics about this parameter beyond the schema, so the baseline score of 3 applies.

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 identifies the tool as an 'orientation map' of export-control regimes relevant to Korean semiconductor or battery transactions, and distinguishes its core function from siblings by emphasizing the distinction between regimes the server actually models versus those flagged for manual review. The title and description align, and the resource and scope are explicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a clear usage directive: 'Read the coverageInThisServer field of each regime before relying on any other tool,' which tells an agent to invoke this tool first as an orientation step. It does not explicitly name alternative tools or when-not conditions, but the 'before any other tool' instruction effectively establishes its role among the sibling tools.

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