Skip to main content
Glama
seelpeed-debug

export-controls-agent

Check regulation snapshot freshness

check_data_freshness

Compare bundled export-control datasets against the latest eCFR issue date to identify which need rebuilding.

Instructions

Compare this server's bundled EAR snapshots (Country Groups, the Part 740 License Exception catalog, and the Commerce Control List) against the latest eCFR issue date, and report which datasets need rebuilding. Requires network access to eCFR.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeoutMsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.1

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It usefully reveals that the tool makes a network request to eCFR, that it is a comparison/check operation rather than a mutation, and that it reports which datasets need rebuilding. It does not discuss failure behavior or explicitly state read-only status, but the 'compare and report' wording strongly implies a non-destructive check.

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 a single, well-structured sentence that front-loads the action and key scope, lists the checked datasets, states the result, and ends with the network prerequisite. Every clause earns its place, with no filler or redundancy.

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?

For a simple check tool with one optional parameter and no output schema, the description covers what is checked, why, what the tool reports, and a key environmental requirement (network access). It does not detail the output format or behavior on network failure, but the core information an agent needs to decide to call it and interpret the result is present.

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 0%, and the description does not mention or explain the optional timeoutMs parameter at all. The schema's name, default, and min/max bounds provide basic meaning, but the description adds no context about how timeoutMs affects the network request or when an agent might want to adjust it.

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 action ('Compare'), the subject ('this server's bundled EAR snapshots'), and the specific datasets involved (Country Groups, Part 740 License Exception catalog, Commerce Control List). It also states the outcome ('report which datasets need rebuilding'), making the tool's purpose fully distinguishable from the regulatory-analysis and clause-drafting siblings.

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 gives a clear context for use: checking whether bundled EAR data is current relative to eCFR and needs rebuilding. It also flags a key prerequisite, network access to eCFR, which helps an agent decide whether to invoke the tool. It does not explicitly name alternatives or exclusions, but the sibling list shows no overlapping freshness-check tool.

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