Section 301 China lists
section301_listsAll Section 301 China tariff headings (lists 1, 2, 3, 4A, 4B, 2024 increases, exclusions) with rates, dates and code counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
section301_listsAll Section 301 China tariff headings (lists 1, 2, 3, 4A, 4B, 2024 increases, exclusions) with rates, dates and code counts.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true, so the safety profile is fully covered. The description adds content-level context by stating that output includes rates, dates, and code counts, which is useful, but it says nothing about result size, pagination, or freshness beyond annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single front-loaded sentence with no filler. The scope enumeration and payload description (rates, dates, code counts) are packed efficiently, and every clause carries information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a parameterless, read-only listing tool with no output schema, the description adequately covers what the call returns (rates, dates, code counts) and the full list scope. The only minor gap is that expansion behavior into the exclusion sub-lists is not spelled out, but nothing essential for invoking it is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool takes zero parameters, so per the rubric the baseline is 4. The description correctly adds no parameter prose, since there is nothing to configure - it is a static enumeration of the Section 301 lists.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific resource (Section 301 China tariff headings) and enumerates exactly what it covers: lists 1, 2, 3, 4A, 4B, the 2024 increases, and exclusions. That scope makes it clearly distinguishable from siblings like search_hts, lookup_hts_code, and china_deal_status, though the retrieval verb itself is only implied by 'All ... headings'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no explicit when-to-use statement and no mention of alternatives. The agent must infer from the enumerated list scope that this is the tool for a complete Section 301 inventory rather than a targeted HTS lookup via lookup_hts_code. No exclusions or routing guidance are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.