Skip to main content
Glama

Search the HTS by product

search_hts
Read-onlyIdempotent

Find US HTS codes from product words (e.g. "air fryer", "wooden toys") or a code prefix. Returns codes with description, general rate and Section 301 China summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYes
limitNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, open-world, non-destructive, so the safety profile is covered. The description adds real value by disclosing the return payload: code, description, general rate, and a Section 301 China summary. It omits pagination/limit behavior and result-count handling.

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?

Two tight sentences, front-loaded with what the tool does and the accepted input forms, then the return contents. No filler and every clause earns its place.

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?

With no output schema, the description usefully enumerates the return fields, covering the main completeness need. It stops short of documenting the limit parameter and pagination/capping behavior, which an agent may need for larger keyword searches.

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?

Schema description coverage is 0%, so the description must carry the load. It explains what 'q' accepts (product words or code prefix), which meaningfully compensates for the undocumented schema property. The 'limit' parameter (1-25, default 10) is never explained, leaving a gap in an otherwise helpful clarification.

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+resource ('Find US HTS codes') and clarifies the two accepted input modes: product words or a code prefix. Concrete examples ('air fryer', 'wooden toys') make the intent unambiguous. It does not, however, distinguish itself from the sibling lookup_hts_code, which also deals with codes.

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?

Usage is implied by the input modes described (keyword search vs. code prefix), but there is no explicit when-to-use guidance or routing away from lookup_hts_code, which is the obvious alternative for exact code lookups. The agent must infer the split.

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.

Resources