search_datasets
Search purchasable TradeDataHub datasets by state, city, trade, or product type. Returns metadata only, never paid rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| type | No | ||
| limit | No | ||
| state | No | ||
| trade | No | ||
| offset | No |
Search purchasable TradeDataHub datasets by state, city, trade, or product type. Returns metadata only, never paid rows.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| type | No | ||
| limit | No | ||
| state | No | ||
| trade | No | ||
| offset | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, non-destructive and closed-world behavior, so the safety profile is covered. The description adds real value beyond them by disclosing the output boundary: metadata only, never paid data rows. It still says nothing about pagination behavior despite limit/offset parameters.
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?
Two short sentences, zero filler, with the core purpose front-loaded and the key output constraint second. Nothing to trim.
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?
With no output schema and six undocumented parameters, the description should say more about what metadata comes back and how limit/offset page through results. It correctly fences off paid rows but leaves return shape and pagination to guesswork.
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?
Schema coverage is 0%, so the description must carry the load. It maps state, city, trade and product type to filters (the latter presumably the 'type' enum), but the limit and offset parameters plus the enum's four values (city_trade, state_trade, state, mega_pack) are unexplained, leaving real gaps.
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?
States a specific verb and resource ('Search purchasable TradeDataHub datasets') plus the filter dimensions it supports. The 'Returns metadata only, never paid rows' clause implicitly separates it from preview_dataset, but no sibling is named, so differentiation is left partly to inference.
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?
Usage is implied: search catalog entries when you already know a state/city/trade/product filter. There is no explicit when-to-use or when-not-to-use guidance, and no routing to siblings like list_states or preview_dataset for enumerating values or fetching rows.
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.