Skip to main content
Glama
seelpeed-debug

export-controls-agent

Review EAR License Exception issues

analyze_license_exceptions

Identify which 15 C.F.R. Part 740 License Exceptions are foreclosed or worth reviewing for a transaction, and list the conditions each requires, applying mandatory 740.2 restrictions.

Instructions

Identify which 15 C.F.R. Part 740 License Exceptions are foreclosed, out of scope, or worth reviewing for a transaction, and list the conditions each one requires. Applies the mandatory restrictions in 740.2, including 740.2(a)(9)(i) for semiconductor manufacturing equipment to Macau/Country Group D:5 and 740.2(a)(9)(ii) for advanced computing items. This tool does NOT determine that any exception is available; 'requires_verification' must not be read as 'yes'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eccnYesECCN with subparagraph, e.g. 3B001.f.1, 3A090.c, or EAR99.
flagsNo
itemTypeNohardware
valueUsdNoPer-shipment value in USD, used only for the LVS limit check.
endUserTypeNocommercial
transactionTypeNoexport
destinationCountryYesDestination country. Matched against 15 C.F.R. Part 740, Supplement No. 1.
entityHeadquarteredInMacauOrD5NoSet when the end user is headquartered in, or has an ultimate parent headquartered in, Macau or Country Group D:5. This triggers 740.2(a)(9)(ii) regardless of the shipping destination.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.1

TDQS

A3.8/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It is transparent about applying mandatory 740.2 restrictions, names the specific semiconductor and advanced-computing subparagraphs, and explicitly warns that 'requires_verification' must not be read as an affirmative determination. It does not disclose the full output format or whether the operation is read-only, which prevents a 5.

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?

Three sentences with no filler: purpose and output, critical legal scope, and a safety caveat about misreading the result. The most important interpretive warning is placed prominently and every sentence 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 an 8-parameter legal analysis tool with no output schema and no annotations, the description covers the core behavior and a key caveat but leaves gaps. It does not define 'foreclosed' versus 'out of scope' versus 'worth reviewing', does not describe the return structure beyond 'list the conditions', and does not explain how inputs drive the classification.

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?

Schema description coverage is only 50%, and the description does not compensate for the undocumented parameters. It references 740.2(a)(9)(i) and (ii) but does not explain how flags such as highBandwidthMemory, encryption, or temporaryExport map to the analysis, nor how parameters like itemType or transactionType affect results.

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?

States a specific action — identifying which Part 740 License Exceptions are foreclosed, out of scope, or worth reviewing — and the output is listing required conditions. This clearly differentiates it from sibling tools like determine_license_requirement or check_part744_enduse by scoping the analysis to 15 C.F.R. Part 740.

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?

The description implies this tool is used when analyzing whether License Exceptions survive mandatory 740.2 restrictions, but it does not explicitly state when to prefer it over sibling tools or when not to use it. There is no exclusionary guidance, so an agent must infer the intended context.

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